Releases: getsavvyinc/savvy-cli
Releases · getsavvyinc/savvy-cli
v0.1.6
v0.1.5
v0.1.4
v0.1.3
Changelog
- 2ba0510 Makefile: add support for building the binary with debug info
- 710126f go.mod: use go 1.21.6
- f93680b install: Group setup instructions together
- 020a231 install: always show setup instructions
- 79dc43f install: instructions on picking up the changes
- 10cc588 install: update discord CTA
- e171f1e main: rm code preamble
- e73901f nix: move from shell.nix to flakes
- 8d6a930 nix: use system go as nix doesnt' have 1.21.6 yet
- d6695e5 rm vhs
- 1ecbae6 update .gitignore
v0.1.2
Changelog
- c913b01 client: return full error when client is invalid
- 56546c7 cmd/login: display error while saving tokens
- 2fb08e3 cmd/login: provide more feedback to the users about each step
- 94ae4bb cmd/login: rm trailing space, quote and braces from the token
- 94cd064 cmd/login: verify new token after user completes login
- 40720f0 config: return an error if token is missing from config
- f6ded47 display: add adaptive style for info
- 6b6b05d extract display outside of cmd
- 9dd8f6c rm savvy_errors pkg
v0.1.1
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