Skip to content

Releases: signadot/cli

v0.1.0-alpha.3

12 May 21:35

Choose a tag to compare

Changelog

  • 4cbf27d hack.FixAPIErrors: Pass through non-JSON response body.
  • 8353781 Add README.

v0.1.0-alpha.2

11 May 19:08

Choose a tag to compare

Changelog

  • 53f4e06 goreleaser: Publish to homebrew tap.
  • 68e25ac goreleaser: Remove extra files from release archives.

v0.1.0-alpha.1

10 May 22:02

Choose a tag to compare

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