Skip to content

Releases: getsavvyinc/savvy-cli

v0.0.6

07 Jan 01:01
Compare
Choose a tag to compare

Changelog

  • 6f9215c client: check for an invalid client
  • a7feee9 cmd/record: if client is invalid; make sure the user knows they have to login

v0.0.5

06 Jan 02:54
Compare
Choose a tag to compare

Changelog

  • 1ba549f client: Check client validity while it is being created.
  • dbf7671 cmd/record: return early if the user is not logged in with a valid token

v0.0.4

06 Jan 00:14
Compare
Choose a tag to compare

Changelog

  • c2a2f39 cmd: Ensure all help messages begin with a capital letter
  • 03c35e7 config: create any required directories to save the config file
  • 7914b40 init/zsh: setup functions used to record commands in zsh shells
  • dca43eb install: include shell setup instructions in the install script

v0.0.3

04 Jan 20:33
Compare
Choose a tag to compare

Changelog

  • 42618e5 cmd/version: add version sub-command to the cli
  • 472c782 cmd/whoami: improve help message

v0.0.2

04 Jan 02:10
9da8e19
Compare
Choose a tag to compare

Changelog

  • 73d92a6 goreleaser: lower case os name while creating archives
  • 9da8e19 install: change default location to $HOME/bin

v0.0.1

04 Jan 01:25
5eecb6a
Compare
Choose a tag to compare

Changelog

  • 4d6467b Makefile: add release target
  • 509d162 Makefile: update gorelease to use --clean
  • a769ea7 add goreleaser
  • 5eecb6a goreleaser: simplify install script and use binary as the archive format
  • 069f5f2 init
  • cafe93d install: add install script