Releases: spacelift-io/spacectl
Releases · spacelift-io/spacectl
v0.10.0
What's Changed
- Add ability to discard unconfirmed run by @jmfontaine in #59
- Add installation notes for arch linux by @oliviermichaelis in #59
- Fix login via web browser by @b4k3r in #67
Full Changelog: v0.9.2...v0.10.0
v0.9.2
v0.9.1
Fix spacectl race on terminal state when reading logs (#58)
v0.9.0
What's Changed
- Add a
--no-color
flag by @adamconnelly in #55 - Add
spacectl stack retry
by @adamconnelly in #56
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- Profile subcommand to export bearer token by @marcinwyszynski in #51
Full Changelog: v0.8.0...v0.8.1
v0.8.0
- 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
v0.7.1
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