scaleway-cli
scaleway-cli copied to clipboard
Add support for aliased command
It would be nice to have different alias for the command For instance:
scw k8s clusters nodes get
scw k8s cl n get
This could also allow to combine several steps such as create and wait in a single alias.
Autocomplete still has to work transparently with the aliased commands.
scw help alias should describe how this alias mechanism works