Skip to content

Releases: spacelift-io/spacectl

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

v0.5.0

24 May 14:14
550a49e
Compare
Choose a tag to compare
  • Add run confirmation.
  • Add user-provided metadata support.

v0.4.0

10 May 20:42
4df338d
Compare
Choose a tag to compare
Command to set current stack commit (#13)

v0.3.0

04 May 15:50
b06a203
Compare
Choose a tag to compare
Ignore key artifacts

Release v0.2.0

29 Apr 09:44
3e16087
Compare
Choose a tag to compare
  • Bug fixes
  • Add current account command
  • Change name to spacectl
  • Improvements to profile management, moving off of symlinks to support rootless windows
  • Add local preview run functionality

Release v0.1.0

07 Apr 16:50
55131b7
Compare
Choose a tag to compare
Add CI/CD