Releases: getsavvyinc/savvy-cli
Releases · getsavvyinc/savvy-cli
0.20.1
Changelog
- b892e5a storage: move storage file into config dir
0.20.0
Changelog
- efb70e5 add local flag to savvy run
- fe6be90 client: Add a local client.
- b58c262 client: Runbooks add an opt to fetch all runbooks or just runbooks owned by a user
- a2f403d cmd/run: use smaller client.RunbookClient instead of the full client.
- 3121233 storage: Write/Read runbooks to a local file
- 61a95e2 storage: serialize using gob instead of json
- 489f4a9 storage: store local copy at ~/.savvy
0.19.0
Changelog
- 0d81cd1 cmd/ask: reuse toListItems when displaying results of savvy ask
- e0c47d9 export: Select export format
- e109dfe export: Unify code to export a runbook to Savvy into its own pkg
- c2d834f export: impl md export
- 55a3a21 export: write md to clipboard for easy sharing
0.18.0
Changelog
- 3b50cc4 history: unhide savvy record history
- 3820c01 update cobra to 1.8.1
0.17.5
Changelog
- 356cd34 cmd/upgrade: add fallback arch for 386->i386
0.17.4
Changelog
- 58af095 source bash-completion if it exists
0.17.0
Changelog
- b16dc92 chore: update history.go (#142)
- 2f63df7 redact: allow users to redact sensitive info locally
0.16.1
Changelog
- 0e3533d README: document fish support
- 63eb1ea savvy record history: cleanup server when user presses ctrl-C