Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 10:08
· 161 commits to main since this release
2bc935e
  • 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