App name, environment, and path is displayed as empty in commands like phase run and shell when no secrets (0) exist in an environment.
This is due to how we parse app, environment, and path context from the /secrets/ call.
Suggestion: Parse the context from the /tokens/ endpoint.

App name, environment, and path is displayed as empty in commands like phase run and shell when no secrets (0) exist in an environment.
This is due to how we parse app, environment, and path context from the
/secrets/call.Suggestion: Parse the context from the
/tokens/endpoint.