Skip to content

v0.4.0

Compare
Choose a tag to compare
@stackit-pipeline stackit-pipeline released this 06 May 17:03
· 399 commits to main since this release
758acb2

Warning

The configuration file (cli-config.json) has been moved to respect the user's default configuration folder. Note that this means > > that your current configuration will stop being used by the CLI. If you want to keep your current configuration, move your current > > configuration file to the new directory, which is OS dependent:

  • For Windows: %USERPROFILE%\\.stackit (old) -> %APPDATA%\\stackit (new)
  • For Linux: $HOME/.stackit (old) -> $XDG_CONFIG_HOME/stackit (new)
  • For macOS: $HOME/.stackit (old) -> $HOME/Library/Application Support/stackit (new)

Alternatively, you can also manually configure the CLI with your previous configuration using the stackit config set command.

Highlights

  • Feature: Support debug logs in the CLI
  • Feature: "pretty" is now the default output format for describe commands (as well as for the list commands)
  • Bugfix: All passwords are now hidden by default in the outputs, for all output formats

What's Changed

Full Changelog: v0.3.0...v0.4.0