-
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 CLI improvements #2752
Comments
@bjoginapally could you please check with @emily-potyraj (if you haven't already) on if it is ok to private preview without some of these commands? |
I have a thread regarding this in tooling channel |
needed for v0.12:
can wait until v0.13 if needed:
|
rad env switch and rad app switch are local machine concepts. We might have other concepts which can replace these later on. I am removing the rad app swtich and rad env switch from 0.12. We can circle back when we have the discussion about the deprecation of these concepts |
triage final answer: those 3 commands can indeed wait until v0.13:
|
Overview of feature request
New scenarios
rad env create
and add unit tests #3433rad provider
should let you interact with cloud providers #3436rad group
#3435rad workspace create kubernetes
should create a new workspace entry from an existing cluster and scope #3486Improvements
rad app
andrad resource
commands consider the environment #2908rad app delete
rad env delete
andrad application delete
should be more explicit about what resources they are deleting #3286rad app list
rad app list
should have--environment
/-e
flag to specify an environment #3335rad container
rad container ...
commands #1251rad container restart
rad container restart
should restart a container #592rad env init kubernetes
rad env init
for self-hosted is taking too long to initialize (~3/4 minutes in average) #2582rad env delete
rad env delete
does not delete environment-scoped connectors #3366rad env delete
does not cleanup the config.yaml #3314rad env show
rad env show
shows incorrect systemdata creation time #3164rad env show
should show more details #2627rad env status
rad env status
CLI command with new corerp #2302rad env switch
rad env switch non-existing-env
outputs success message #3259rad resource show
rad resource show
should have --application flag be optional #3389rad resource show
cannot work with environment-scoped resources #6326rad resource show
-t parameter ignored #3111rad uninstall
rad uninstall
should warn user / add --yes before allowing to start #3329rad workspace switch
rad workspace switch
accepts empty name #3105AB#3904
The text was updated successfully, but these errors were encountered: