Is there an existing issue for this?
Product concerned
Cloud
Feature description
It would be nice to autocomplete parameters that can be retrieved through other ovhcloud commands
Typical use case : list public cloud instances
Currently I have to do
ovhcloud cloud project list
- copy the project id
ovhcloud cloud instance list --cloud-project
- paste the project id
Ideal situation :
ovhcloud cloud instance list --cloud-project <TAB>
- display a list of projects (id + description) with selection on first project
- use arrows or
<TAB> to select appropriate project
- use
<SPACE> to continue adding parameters to command
Is there an existing issue for this?
Product concerned
Cloud
Feature description
It would be nice to autocomplete parameters that can be retrieved through other
ovhcloudcommandsTypical use case : list public cloud instances
Currently I have to do
ovhcloud cloud project listovhcloud cloud instance list --cloud-projectIdeal situation :
ovhcloud cloud instance list --cloud-project <TAB><TAB>to select appropriate project<SPACE>to continue adding parameters to command