-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rad env
should be renamed to rad environment
#8043
Comments
👍 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 |
This issue is a great one to pickup for new contributors. It should only require small changes and not assume a deep knowledge of the Radius architecture. We always 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 might also consider doing the same for |
/assign |
…bbreviations Signed-off-by: Nick Beenham <Nicholas_Beenham@cable.comcast.com>
…bbreviations (radius-project#8073) # Description Updated cmd line functions to use `environment` in place of `env` and `initialize` in place of `init`. Both abbreviations are now aliased so this is a non breaking change. ## Type of change - This pull request fixes a bug in Radius and has an approved issue (issue link required). Fixes: radius-project#8043 Signed-off-by: Nick Beenham <Nicholas_Beenham@cable.comcast.com>
We should rename
rad env
torad environment
and provide an alias forrad env
.Take a gander at our CLI help:
Radius CLI Usage: rad [command] Available Commands: application Manage Radius Applications bicep Manage bicep compiler completion Generates shell completion scripts credential Manage cloud provider credential for a Radius installation. debug-logs Capture logs from Radius control plane for debugging and diagnostics. deploy Deploy a template env Manage Radius Environments group Manage resource groups help Help about any command init Initialize Radius install Installs Radius for a given platform recipe Manage recipes resource Manage resources run Run an application uninstall Uninstall Radius for a specific platform version Prints the versions of the rad cli workspace Manage workspaces Flags: --config string config file (default "$HOME/.rad/config.yaml") -h, --help help for rad -o, --output string output format (supported formats are json, table) (default "table") Use "rad [command] --help" for more information about a command.
rad env
is the only place we abbreviate.rad application
has the intended design - bothrad application
andrad app
are accepted, butrad application
shows up in documentation.This won't be a breaking change, because the alias will support all of the existing usage.
AB#13668
The text was updated successfully, but these errors were encountered: