scaleway-cli icon indicating copy to clipboard operation
scaleway-cli copied to clipboard

Add support for aliased command

Open remyleone opened this issue 5 years ago • 0 comments

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

remyleone avatar Apr 24 '20 14:04 remyleone