Skip to content

Releases: ml0renz0/vcli

v0.5.2

06 Nov 10:36
Compare
Choose a tag to compare
  • Bugfix for issue #17: recursive function didn't process arguments properly.

v0.5.1

06 Nov 08:38
Compare
Choose a tag to compare
  • Added getcertexpiration and getallcertexpiration [-oo|-ow|-oc] options for omitting certificates in warning, critical or ok threshold
  • Enhanced is_cmd function to avoid accepting arguments for vcli commands that ignore them
  • getallcertexpiration demo

v0.5.0

26 Oct 10:55
Compare
Choose a tag to compare
  • Implemented getcertexpiration and getallcertexpiration
  • Enhanced commands completion
  • Enhanced commands help structure and is_cmd function
  • Shellcheck compliant

v0.4.6

15 Oct 13:18
Compare
Choose a tag to compare
  • Disable Ctrl+c to avoid silent terminal issue when running inside a docker container.
  • Added missing command dependencies.

v0.4.5

11 Oct 07:40
Compare
Choose a tag to compare
  • Removed bugfix that executed "reset" on the terminal to enable local echo again: bug doesn't reproduce anymore (issue #16)

v0.4.4

10 Oct 16:07
Compare
Choose a tag to compare
  • Fixed new version check and getsan command

v0.4.3

08 Oct 13:13
Compare
Choose a tag to compare
  • Released new vcli commands: getcertlist, getkrblist, getallcertlist, getallkrblist, getsan, getprinc
  • Fixed HOME/END cli keys

v0.4.2

20 Sep 11:58
cd58a81
Compare
Choose a tag to compare
  • Removed new version notification when -n option is specified (fixed #14)

v0.4.1

20 Sep 11:02
Compare
Choose a tag to compare
  • Fixed delsecret bug when key contains dot
  • Added option to avoid printing prompt or commands (issue #9)
  • Added exit code when http_code returned is not 200 (issue #11)

v0.4.0

19 Sep 21:39
f08be33
Compare
Choose a tag to compare
  • Added delsecret function.
  • Added stdin processing support.
  • Enhanced commands help.