Releases: spacelift-io/spacectl
Releases · spacelift-io/spacectl
v0.7.0
- 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
- Apply ignore files to symlinks
- By default switch to repository root before executing local preview
v0.5.0
- Add run confirmation.
- Add user-provided metadata support.
v0.4.0
Command to set current stack commit (#13)
v0.3.0
Ignore key artifacts
Release v0.2.0
- 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
Add CI/CD