Releases: getsavvyinc/savvy-cli
Releases · getsavvyinc/savvy-cli
v0.9.0
Changelog
- 1eac163 Update README.md
- 5edacee bash: set the prompt using unicode text instead of hardcoding the emoji
- e0dfb57 client: Add separate Guest client for fetching public runbooks
- b47da3d client: Allow Guest clients
- c5213ad client: Fetch Commands from a client runbook
- f1572fc client: Track runbook ID returned by Savvy's API
- ba3624b client: deprecate GenerateRunbook in favor of GenerateRunbookV2
- 4918beb cmd/run: Display spinner while we fetch the runbook
- decd005 cmd/run: enforce 1 positional argument
- 4f487f1 cmd/run: fetch runbook by runbook id
- ca49e74 cmd/run: fetch runbook from guest|loggedin client
- 66a4c41 cmd/run: run runbooks in a savvy sub shell
- a9de502 cmd/run: savvy run works for zsh
- fbdfe01 cmd/setup/bash-preexec: format setting the prompt
- 6bae804 cmd: Add skeleton for savvy run
- 7102b31 savvy run: Add runbook name and curr step
- 9329131 shell/zsh: extract common setup code into baseScript
- dce2f92 shell: Extend shell interface to support running a runbook
- 6527fad shell: impl SpawnRunbookRunner
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
Changelog
- da30b11 cmd/record: add ignoreErrors flag
- 5ab4699 cmd/send: generate recordedData for each step
- 2a26299 cmd/send: print step_id only if we generated it
- 92f1918 cmg/setup/bash: add support for ignoreErrors to bash
- 415cdea idgen: generate id for each cmd
- 780a5e3 server/client: todo: fix recording files
- 9355aa2 server/client: update file recording to use new msg format
- 24910e4 server: initialize map and rename vars
- 7f8dbe3 server: record command exit status and add support for ignoring errors
- 514c383 setup/savvy.zsh: rm debug log
- b12f88c setup/savvy.zsh: track return code