You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the -e or --environment flag was available in the rad app graph -e command, but the flag did not have any effect on the operation and was thus removed as a part of Issue #7507 (PR #8099).
Since there might be some cases where it would be useful in the CLI to execute operations against an app for a specific environment, this feature request is to enable the passing of an --environment flag into the rad app * family of commands. e.g. As a user, I'm currently under the production environment in my current CLI context, but I would like to view the app graph for my application that has been deployed into the dev environment as well without having to change my CLI context.
Acceptance criteria
The following CLI commands allow for specifying an optional --environment or -e flag that prompts the CLI to execute the command for the environment specified by the user:
rad application delete
rad application graph
rad application list
rad application show
rad application status
If the --environment or -e flag is not specified, then the CLI executes the command for the current environment context of the CLI (this should be the existing behavior).
👋 @willtsai Thanks for filing this feature request.
A project maintainer will review this feature request and get back to you soon.
We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.
For more information on our triage process please visit our triage overview
👍 We've reviewed this issue and have agreed to add it to our backlog. Please subscribe to this issue for notifications, we'll provide updates when we pick it up.
We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.
For more information on our triage process please visit our triage overview
I do like this idea, much like we can add a -g or --group flag it would be nice to be able to specify and environment without having to switch to the target environment.
Overview of feature request
Previously, the
-e
or--environment
flag was available in therad app graph -e
command, but the flag did not have any effect on the operation and was thus removed as a part of Issue #7507 (PR #8099).Since there might be some cases where it would be useful in the CLI to execute operations against an app for a specific environment, this feature request is to enable the passing of an
--environment
flag into therad app *
family of commands. e.g. As a user, I'm currently under theproduction
environment in my current CLI context, but I would like to view the app graph for my application that has been deployed into thedev
environment as well without having to change my CLI context.Acceptance criteria
--environment
or-e
flag that prompts the CLI to execute the command for the environment specified by the user:rad application delete
rad application graph
rad application list
rad application show
rad application status
--environment
or-e
flag is not specified, then the CLI executes the command for the current environment context of the CLI (this should be the existing behavior).Additional context
No response
Would you like to support us?
AB#14041
The text was updated successfully, but these errors were encountered: