Skip to content

Releases: KrakenKey/cli

v0.2.0

13 Apr 13:37
961550c

Choose a tag to compare

What's Changed

  • Migrated from Go's stdlib flag to spf13/pflag for POSIX-style --double-dash flags on all subcommands
  • Global and subcommand flags now consistently use -- prefix, matching conventions used by gh, docker, kubectl, etc.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Mar 21:12
e3db7d8

Choose a tag to compare

Changelog

  • 10a05a2 Initial commit
  • d4a5f53 feat: add support for probes and endpoints (#3)
  • 57c4d69 feat: initial functionality (#1)
  • e3db7d8 fix: goreleaser and container publish (#4)