fishi0x01 / vsh

vsh - HashiCorp Vault interactive shell and cli tool
MIT License
284 stars 12 forks source link

Option to toggle auto-completion in interactive mode #22

Closed fishi0x01 closed 4 years ago

fishi0x01 commented 4 years ago

vsh does a lot of queries against vault to do auto-completion. This might lead to low client performance, especially when directories with a lot of items are queried.

Requirements:

This was first mentioned on https://github.com/fishi0x01/vsh/issues/20

fishi0x01 commented 4 years ago

Performance should be better now with caching https://github.com/fishi0x01/vsh/issues/23

wandergeek commented 4 years ago

+1 here

fishi0x01 commented 4 years ago

New release contains option for toggling path auto-completion on/off