Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: workos/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: workos/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.1
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 10, 2026

  1. fix(auth): auto-provision staging environment after login (#89)

    * feat(auth): auto-provision staging environment after login
    
    After workos auth login succeeds, automatically fetch staging credentials and save them as a staging environment in the config store. This eliminates the need for users to manually run workos env add before management commands work.
    
    If the staging API fails (403/404/network), the login still succeeds and a hint is printed to configure an environment manually.
    
    * chore: remove .case-tested
    nicknisi authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    19b34e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. chore(main): release 0.10.1 (#90)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    833422c View commit details
    Browse the repository at this point in the history
Loading