Skip to content

Releases: getsavvyinc/savvy-cli

v0.1.1

09 Jan 01:09
Compare
Choose a tag to compare

Changelog

  • ca02ff8 setup: update prompt to indicate a recording is in progress

v0.1.0

08 Jan 03:57
Compare
Choose a tag to compare

Changelog

  • 3a057ca cmd/record: do not panic if pty can't be restored
  • 48dcb7a cmd/record: handle err spawing sub-shell to record a guide
  • 73496f0 cmd/record: handle error when putting ptty in raw mode
  • 8bc1725 cmd/record: handle errs displaying or generating a runbook after recording it
  • 66cb72b shell/zsh: handle err from instantiating zshrc template
  • d81b934 shell: use filepath.Join instead of os.FilePathSepartor

v0.0.9

07 Jan 05:40
Compare
Choose a tag to compare

Changelog

  • 93e45e2 client: add X-Savvy-Version req Header
  • 591b241 config: set json encoding label for config object
  • 451a695 refactor: set version as part of the config pkg

v0.0.8

07 Jan 02:23
Compare
Choose a tag to compare

Changelog

  • 8f2a948 install: correctly escape init zsh command

v0.0.7

07 Jan 02:07
Compare
Choose a tag to compare

Changelog

  • 8c47672 cmd/record: fail gracefully when user tries to create a concurrent recording session
  • 3fc450d errors: Add function that appends a CTA to reach out to support to any error

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