vsh

vsh - HashiCorp Vault interactive shell and cli tool

MIT License

Downloads
12
Stars
282
Committers
5
vsh - v0.13.0 Latest Release

Published by fishi0x01 6 months ago

ENHANCEMENTS:

  • support vault tls by cert path (#112) - Thank you meridsa
  • shrink binary size (#115) - Thank you kindy
  • release minimized builds (#116)
  • patch dependencies (#118)
vsh - v0.12.2

Published by fishi0x01 over 1 year ago

ENHANCEMENTS:

  • Remove bad dependency and patch dependencies (#101)
  • bump go version 1.17 and patch dependencies (#102)
  • bump go version 1.19 and patch dependencies (#111)
vsh - v0.12.1

Published by fishi0x01 about 3 years ago

ENHANCEMENTS:

  • Patch dependencies (#99)
vsh - v0.12.0

Published by fishi0x01 over 3 years ago

ENHANCEMENTS:

  • In interactive mode, assume path for command is pwd for grep and replace (#95)
  • add shallow flag to grep/replace commands (#97) - Thank you for implementation mattlqx)
vsh - v0.11.0

Published by fishi0x01 over 3 years ago

ENHANCEMENTS:

  • Adding dry-run/confirm flags to the add command (#91 - Thank you for implementation dugshnay)

BUG FIXES:

  • Fix stale cache in interactive mode (#92)
vsh - v0.10.0

Published by fishi0x01 over 3 years ago

ENHANCEMENTS:

  • Add --output flag to replace command to output as line diffs for each replacement in addition to the default inline format. (#88)
  • Add add command for single key insertion (#87)

BUG FIXES:

  • Don't show error on empty line enter in interactive mode (#85)
vsh - v0.9.0

Published by fishi0x01 over 3 years ago

Big thank you to mattlqx for the great enhancements.

ENHANCEMENTS:

  • Proper arg parsing with help text for subcommands (#73 - Thank you for implementation mattlqx)
  • Add replace command (#69 - Thank you for implementation mattlqx)
  • Add key selector to replace command (#72 - Thank you for implementation mattlqx)
  • Allow limiting scope of grep to keys or values (#66 - Thank you for implementation mattlqx)
  • Do not show and operate on KV2 metadata (#68)
vsh - v0.8.0

Published by fishi0x01 over 3 years ago

ENHANCEMENTS:

  • Allow regex on grep operation (#61 - Thank you for implementation mattlqx)
  • Allow quotes and escapes in input (#61 - Thank you for implementation mattlqx)

BUG FIXES:

  • Fix panic on data keys in KV1 (#63 - Thank you for issue submission tommartensen)
vsh - v0.7.2

Published by fishi0x01 about 4 years ago

BUG FIXES:

  • Fix copy of ambiguous sub-file (#55)
vsh - v0.7.1

Published by fishi0x01 about 4 years ago

BUG FIXES:

  • Proper return codes (#51)
  • Proper logging (#52)
vsh - v0.7.0

Published by fishi0x01 about 4 years ago

ENHANCEMENTS:

  • Add option to disable path auto-completion (#48)
vsh - v0.6.3

Published by fishi0x01 about 4 years ago

BUG FIXES:

  • Properly handle ambiguous files without read permission #46 - Thank you for detailed report agaudreault-jive
vsh - v0.6.2

Published by fishi0x01 over 4 years ago

ENHANCEMENTS:

  • Allow separation of command params with multiple whitespaces (#40) - Thank you vikin91
  • Unify verbose behavior (#41) - Thank you vikin91

BUG FIXES:

  • Properly handle ambigious files (#37)
vsh - v0.6.1

Published by fishi0x01 over 4 years ago

BUG FIXES:

  • Properly handle suffix '/' in source path (#39)
vsh - v0.6.0

Published by fishi0x01 over 4 years ago

ENHANCEMENTS:

BUG FIXES:

  • Remove file/dir ambiguity for rm (#29)
vsh - v0.5.0

Published by fishi0x01 over 4 years ago

ENHANCEMENTS:

  • add grep command (#25)
  • ls with new line instead of single line (#27)

BUG FIXES:

  • remove // from paths (#26)
  • fix broken tests
vsh - 0.4.1

Published by fishi0x01 over 4 years ago

ENHANCEMENTS:

  • performance: cache List() queries (#23)
vsh - 0.4.0

Published by fishi0x01 over 4 years ago

ENHANCEMENTS:

  • use TokenHelper mechanism (#20)
vsh - v0.3.1

Published by fishi0x01 almost 5 years ago

BUG FIXES:

  • fix top-level path panic (#17)
vsh - v0.3.0

Published by fishi0x01 almost 5 years ago

ENHANCEMENTS:

  • token list permission on sys/mounts is not mandatory