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