Releases: getsavvyinc/savvy-cli
Releases · getsavvyinc/savvy-cli
v0.1.1
Changelog
- ca02ff8 setup: update prompt to indicate a recording is in progress
v0.1.0
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
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
Changelog
- 8f2a948 install: correctly escape init zsh command
v0.0.7
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
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
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
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
Changelog
- 42618e5 cmd/version: add version sub-command to the cli
- 472c782 cmd/whoami: improve help message
v0.0.2
Changelog
- 73d92a6 goreleaser: lower case os name while creating archives
- 9da8e19 install: change default location to $HOME/bin