hashicorp / boundary

Boundary enables identity-based access management for dynamic infrastructure.
https://boundaryproject.io
Other
3.84k stars 287 forks source link

boundary connect subcommand autocompletion #2529

Open rmgpinto opened 1 year ago

rmgpinto commented 1 year ago

Describe the bug When I type boundary connect kube --target-id -- describe pod it should autocomplete with the pod name.

To Reproduce Steps to reproduce the behavior:

  1. Run boundary authenticate ...
  2. Run boundary connect kube --target-id <TARGET_ID> -- describe pod <TAB>
  3. No autocompletion suggestion appears

Expected behavior The pod name should be added via autocompletion.

Additional context None.

xingluw commented 1 year ago

Hi @rmgpinto, Boundary currently does not support subcommand autocompletion but it is a good idea for a future feature, I will leave this ticket open and let the community upvote if they think it is important.