Skip to content

Releases: ml0renz0/vcli

v0.1.4

19 Sep 11:49
Compare
Choose a tag to compare
  • Fixed bug: put command included spurious '/' on url path

v0.1.3

22 Aug 11:43
Compare
Choose a tag to compare
  • Fixed bug #4: put command didn't work when current_pwd is other than root '/'
  • Added feature #3: support vault's variable VAULT_ADDR with higher priority than VAULT_HOST and VAULT_PORT

v0.1.2

09 Aug 20:33
Compare
Choose a tag to compare
  • Fixed bugs #1 and #2
  • Added check_connectivity and check_dependencies methods
  • Organized and commented variables
  • Finished README.md

v0.1.1

08 Aug 13:48
Compare
Choose a tag to compare

Bugfixes:

  • fixed commands & paths completion feature
  • removed INT trap as it fails running on docker.
  • removed unneeded code

v0.1

08 Aug 12:02
Compare
Choose a tag to compare

Features:

  • persist history on ~/.vclistory and Ctrl+r to search it
  • implemented use of !$ special variable to access last command's path
  • tree command implementation
  • implemented commands and paths completion using 'tab' key
  • autoexpands shell variables within the json being uploaded with put command