Skip to content

fix: log browser url to stderr instead of stdout#1136

Merged
marceljk merged 1 commit intomainfrom
fix/logging-browser-auth-url
Nov 28, 2025
Merged

fix: log browser url to stderr instead of stdout#1136
marceljk merged 1 commit intomainfrom
fix/logging-browser-auth-url

Conversation

@marceljk
Copy link
Contributor

@marceljk marceljk commented Nov 28, 2025

Description

relates to #1125

Testing instructions

  1. Checkout the branch of this PR and run $ make build
  2. Set the session limit to 1s, to simulate an expired session
    $ ./bin/stackit config set --session-time-limit 1s
  3. Authenticate with your user account
    $ ./bin/stackit auth login
  4. Run a command with output format json, e.g.:
    $ ./bin/stackit network list -o json | jq
    -> should work
  5. Checkout the main branch and rerun the previous command
    $ ./bin/stackit network list -o json | jq
    -> should fail

Checklist

  • Issue was linked above
  • Code format was applied: make fmt
  • Examples were added / adjusted (see e.g. here)
  • Docs are up-to-date: make generate-docs (will be checked by CI)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants