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