Releases: stackitcloud/stackit-cli
Releases · stackitcloud/stackit-cli
v0.4.0
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 fordescribe
commands (as well as for thelist
commands) - Bugfix: All passwords are now hidden by default in the outputs, for all output formats
What's Changed
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/dns to v0.9.1 by @stackit-pipeline in #248
- Improve
config set
command help by @joaopalet in #256 - fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.8 by @stackit-pipeline in #257
- Postgresflex backup command improvements by @GokceGK in #259
- Update changelog generation implementation by @joaopalet in #263
- Change recovery date format for PostgresFlex clone command by @GokceGK in #266
- Update clone command description and generate docs by @GokceGK in #267
- Add debug logs to the CLI by @DiogoFerrao in #258
- Re-add redirect after login by @vicentepinto98 in #274
- add debug logs to the authentication flow by @DiogoFerrao in #272
- Add HTTP Request and Response to debug logs by @DiogoFerrao in #271
- Add tint package for colors in slog debug logs by @DiogoFerrao in #276
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.14.0 by @stackit-pipeline in #277
- fix(deps): update module golang.org/x/text to v0.15.0 by @stackit-pipeline in #279
- Move config file to correct folder by @DiogoFerrao in #282
- Document config file location in command by @DiogoFerrao in #284
- Change hide-password to show-password by @DiogoFerrao in #285
- Fix login successful page parsing on Windows by @joaopalet in #286
- Hide password in JSON output by default by @DiogoFerrao in #287
- Add shorthand for show-password flag by @DiogoFerrao in #288
- Default to output directly to terminal if pager output fails by @joaopalet in #290
- Make "pretty" the default output format for describe commands by @DiogoFerrao in #289
Full Changelog: v0.3.0...v0.4.0
v0.4.0-prerelease.5
Changelog
- b2b90c7: Default to output directly to terminal if pager output fails (@joaopalet)
- fd2aabe: Document config file location in command (#284) (@DiogoFerrao)
- 0b621e4: Test fix for login successfull page on Windows (#286) (@joaopalet)
- 2ca765d: flip hide-password to show-password (#285) (@DiogoFerrao)
v0.4.0-prerelease.4
Changelog
- 98708e8: Default to more pager on Windows (@joaopalet)
v0.4.0-prerelease.3
Changelog
- ba29502: Default to output directly to terminal if pager output fails (@joaopalet)
- fd2aabe: Document config file location in command (#284) (@DiogoFerrao)
- 0b621e4: Test fix for login successfull page on Windows (#286) (@joaopalet)
- 2ca765d: flip hide-password to show-password (#285) (@DiogoFerrao)
v0.4.0-prerelease.2
Changelog
- fd2aabe: Document config file location in command (#284) (@DiogoFerrao)
- fc48f31: Test fix for login successfull page on Windows (@joaopalet)
- 2ca765d: flip hide-password to show-password (#285) (@DiogoFerrao)
v0.4.0-prerelease.1
Changelog
- 485c714: Add HTTP Request and Response to debug logs (#271) (@DiogoFerrao)
- e081d07: Add debug logs to the CLI (#258) (@DiogoFerrao)
- 08e9910: Add tint package for colors in slog debug logs (#276) (@DiogoFerrao)
- 54abe14: Move config file to correct folder (#282) (@DiogoFerrao)
- 97c9ec9: Re-add redirect after login (#274) (@vicentepinto98)
- 05a040f: add debug logs to the authentication flow (#272) (@DiogoFerrao)
- 9a2670d: change recovery date format (#266) (@GokceGK)
- 11d4090: fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.14.0 (#277) (@stackit-pipeline)
- 6dc1783: fix(deps): update module golang.org/x/text to v0.15.0 (#279) (@stackit-pipeline)
- de64cdf: update description and generate docs (#267) (@GokceGK)
v0.3.1-prerelease.2
Changelog
- 3eebc87: Improve
config set
command help (#256) (@joaopalet) - 258565e: Postgresflex backup command improvements (#259) (@GokceGK)
- 6a802b8: Update changelog generation implementation (#263) (@joaopalet)
- 8ba599d: fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.8 (#257) (@stackit-pipeline)
- 5a8aa14: fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/dns to v0.9.1 (#248) (@stackit-pipeline)
v0.3.1-prerelease.1
Changelog
- 3eebc87: Improve
config set
command help (#256) (@joaopalet) - 258565e: Postgresflex backup command improvements (#259) (@GokceGK)
- 6a802b8: Update changelog generation implementation (#263) (@joaopalet)
- 8ba599d: fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.8 (#257) (@stackit-pipeline)
- 5a8aa14: fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/dns to v0.9.1 (#248) (@stackit-pipeline)
v0.3.0
What's Changed
- Publish to Snap Store with classic confinement (beta channel) by @joaopalet in #247
- Onboard Argus credentials by @DiogoFerrao in #251
- Onboard postgresflex backup commands by @GokceGK in #169
- Implement user confirmation for re-authenticating by @GokceGK in #249
- Add Snap installation instructions to guide by @joaopalet in #253
Full Changelog: v0.2.3...v0.3.0
v0.3.0-prerelease.2
What's Changed
- Onboard Argus credentials by @DiogoFerrao in #251
- Onboard postgresflex backup commands by @GokceGK in #169
- Implement user confirmation for re-authenticating by @GokceGK in #249
Full Changelog: v0.3.0-prerelease.1...v0.3.0-prerelease.2