Skip to content

[Feature]: autocomplete for dynamic parameters values #93

@pdesgarets

Description

@pdesgarets

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. ovhcloud cloud project list
  2. copy the project id
  3. ovhcloud cloud instance list --cloud-project
  4. paste the project id

Ideal situation :

  1. ovhcloud cloud instance list --cloud-project <TAB>
  2. display a list of projects (id + description) with selection on first project
  3. use arrows or <TAB> to select appropriate project
  4. use <SPACE> to continue adding parameters to command

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions