-
Notifications
You must be signed in to change notification settings - Fork 257
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
move cloud commands under spin cloud #1117
Comments
Slight technical blocker... I cannot create an alias from Clap has a feature called How should we proceed? |
We could leave the Deploy and Login subcommand enum variants (hidden if desired), with the variants having the same payloads as the matching Cloud commands? It will be duplication rather than true aliasing, but nobody would know... (I hope) (We will need to be sneakier than this when |
That seems like a possible solution. Calling Okay, I've marked those commands as hidden, so now you see this with
|
Going forward, it would be nice to move cloud related commands under the spin cloud command.
$ spin login -> spin cloud login
$ spin deploy -> spin cloud deploy
For convenience, we should leave aliases for
spin login
andspin deploy
but all other cloud related commands should be added underspin cloud
.The text was updated successfully, but these errors were encountered: