Releases: signadot/cli
Releases · signadot/cli
v0.3.0
v0.2.0
v0.1.0
v0.1.0-alpha.3
v0.1.0-alpha.2
v0.1.0-alpha.1
Changelog
- 75e88c8 Add goreleaser config.
- e762924 Remove sandbox status for now since it isn't clear how we'll do it.
- fad2052 Implement 'cluster list'
- 4253a4d Print remote API errors.
- a6db2d2 Add --debug flag.
- 5e4f6cd Don't print usage info on error.
- 1fb3aa6 Inject auth info at the client level instead of per-call.
- f152131 Implement cluster commands.
- e04efcd Merge pull request #3 from signadot/org-config-restrict
- 13621e1 make the config initialization only apply to api subcommands
- 5dc1437 update go-sdk to one that includes get clusters
- 3831035 Allow API URL to be overridden (e.g. for talking to dev/staging).
- 8bfbb66 Implement 'sandbox delete'
- 304dc4f Implement 'sandbox create'
- e874766 sdtab: Increase minimum after-truncation length.
- a710797 Implement 'sandbox get'
- b6929c6 sdtab: Change truncation.
- 9c2a326 sdtab: Reduce API surface.
- 893c458 Refactor subcommands into separate packages.
- fbba351 Merge pull request #1 from signadot/listsb
- a399fbd list sandboxes using sdk and terminal aware table writer
- c6b5f6c Add initial command scaffold.
- 5d95288 Initial commit