Skip to content

Releases: spacelift-io/spacectl

v0.10.0

01 Jun 14:25
0beade5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.10.0

v0.9.2

17 May 10:32
1de6609
Compare
Choose a tag to compare

What's changed

  • Added the ability to use --version flag #61

v0.9.1

02 May 12:00
b017e9f
Compare
Choose a tag to compare
Fix spacectl race on terminal state when reading logs (#58)

v0.9.0

04 Apr 16:59
a05faa4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.9.0

v0.8.1

29 Mar 14:33
31ccdb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

15 Mar 14:00
d403c95
Compare
Choose a tag to compare
  • Added a new profile login option: login with a web browser (#50)

Now you can authenticate spacectl without providing any tokens or static credentials:

> spacectl profile login my-account
Enter Spacelift endpoint (eg. https://unicorn.app.spacelift.io/): http://my-account.app.spacelift.tf
Select authentication flow: 
  1) for API key,
  2) for GitHub access token,
  3) for login with a web browser
Option: 3

v0.7.2

10 Feb 13:37
9dfd6a4
Compare
Choose a tag to compare

v0.7.2

  • Add the ability to list modules on stack show (#47)
  • Add support for Homebrew (#49)

v0.7.1

20 Oct 09:48
dfa6d4d
Compare
Choose a tag to compare

v0.7.1

  • Fix bug preventing new profiles being added after all profiles have been logged out (#46)
  • Added stack show command (#41)
  • Added environment management commands (#44)

v0.7.0

12 Jul 10:08
2bc935e
Compare
Choose a tag to compare
  • Change position of stack ID flag (#19)
  • Improve usage information (#19)
  • Output profiles as JSON
  • Add spacectl stack list command

BREAKING CHANGES:

v0.6.0 introduced a breaking change to the spacectl stack commands. Previously the commands used the format:

spacectl stack --id <stack-id> <sub-command>

This made it difficult to output the help information for a sub-command, because the --id parameter was required. To solve this the command now uses the following format:

spacectl stack <sub-command> [OPTIONS]

For example:

spacectl stack deploy --id my-stack

v0.6.0

24 May 14:41
5932156
Compare
Choose a tag to compare
  • Apply ignore files to symlinks
  • By default switch to repository root before executing local preview