Skip to content

[CLI] feat: team SSO#15847

Merged
brookemosby merged 8 commits intomainfrom
brooke/cli-235-parity-team-saml-sso-and-verified-domains-cli
Apr 10, 2026
Merged

[CLI] feat: team SSO#15847
brookemosby merged 8 commits intomainfrom
brooke/cli-235-parity-team-saml-sso-and-verified-domains-cli

Conversation

@brookemosby
Copy link
Copy Markdown
Contributor

@brookemosby brookemosby commented Apr 6, 2026

Summary

Scope note for CLI-235: team security settings parity, dedup vs CLI-230, non-interactive expectations.

Path

packages/cli/docs/parity/cli-235-team-saml-sso-verified-domains.md

Made with Cursor

Supported API-backed Commands To Test

  • vercel teams sso
  • vercel teams sso --format json

@brookemosby brookemosby requested review from a team as code owners April 6, 2026 23:26
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 6, 2026

🦋 Changeset detected

Latest commit: 4bfa3f8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
vercel Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 6, 2026

Low Risk — New CLI subcommand for read-only SSO info display + telemetry tracking.

  • .changeset/cli-teams-sso.md: changeset for new vercel teams sso command
  • packages/cli/src/commands/teams/sso.ts: new subcommand fetching and displaying team SAML config
  • packages/cli/src/commands/teams/index.ts: wiring new sso subcommand into teams command router

Assessed at 522c4fa.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 6, 2026

🧪 Unit Test Strategy

Comparing: 79747ac4bfa3f8 (view diff)

Strategy: Affected packages only

✅ Only testing packages that have been modified or depend on modified packages.

Affected packages - 1 (3%)
  1. vercel
Unaffected packages - 39 (98%)
  1. @vercel-internals/get-package-json
  2. @vercel/backends
  3. @vercel/build-utils
  4. @vercel/cervel
  5. @vercel/cli-auth
  6. @vercel/client
  7. @vercel/config
  8. @vercel/detect-agent
  9. @vercel/edge
  10. @vercel/elysia
  11. @vercel/error-utils
  12. @vercel/express
  13. @vercel/fastify
  14. @vercel/firewall
  15. @vercel/frameworks
  16. @vercel/fs-detectors
  17. @vercel/functions
  18. @vercel/gatsby-plugin-vercel-builder
  19. @vercel/go
  20. @vercel/h3
  21. @vercel/hono
  22. @vercel/hydrogen
  23. @vercel/koa
  24. @vercel/nestjs
  25. @vercel/next
  26. @vercel/node
  27. @vercel/oidc
  28. @vercel/oidc-aws-credentials-provider
  29. @vercel/python
  30. @vercel/python-analysis
  31. @vercel/redwood
  32. @vercel/related-projects
  33. @vercel/remix-builder
  34. @vercel/routing-utils
  35. @vercel/ruby
  36. @vercel/rust
  37. @vercel/static-build
  38. @vercel/static-config
  39. examples

Results

  • Unit tests: Only affected packages will run unit tests
  • E2E tests: Running in parallel via E2E Tests workflow
  • Type checks: Only affected packages will run type checks

This comment is automatically generated based on the affected testing strategy

@brookemosby brookemosby force-pushed the brooke/cli-235-parity-team-saml-sso-and-verified-domains-cli branch from 783b4fd to 1c796d1 Compare April 6, 2026 23:58
@brookemosby brookemosby requested review from a team as code owners April 6, 2026 23:58
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

📦 CLI Tarball Ready

The Vercel CLI tarball for this PR is now available!

Quick Test

You can test this PR's CLI directly by running:

npx https://vercel-9i7tae5pd.vercel.sh/tarballs/vercel.tgz --help

Use in vercel.json

To use this CLI version in your project builds, add to your vercel.json:

{
  "build": {
    "env": {
      "VERCEL_CLI_VERSION": "vercel@https://vercel-9i7tae5pd.vercel.sh/tarballs/vercel.tgz"
    }
  }
}

Python Runtime Wheel

A vercel-runtime wheel was also built for this PR.
To use in your Python project builds, also set this environment variable:

VERCEL_RUNTIME_PYTHON="vercel-runtime @ https://vercel-9i7tae5pd.vercel.sh/tarballs/vercel_runtime-0.13.0.dev1775841302+4bfa3f8-py3-none-any.whl"

Python Workers Wheel

A vercel-workers wheel was also built for this PR.
To use in your Python project builds, also set this environment variable:

VERCEL_WORKERS_PYTHON="vercel-workers @ https://vercel-9i7tae5pd.vercel.sh/tarballs/vercel_workers-0.1.0.dev1775841302+4bfa3f8-py3-none-any.whl"

Expose GET /teams/:id SAML fields with human-readable and JSON output.

Made-with: Cursor
@brookemosby brookemosby force-pushed the brooke/cli-235-parity-team-saml-sso-and-verified-domains-cli branch from 1c796d1 to 108eddc Compare April 7, 2026 00:29
@brookemosby brookemosby changed the title docs(cli): team SAML, SSO & verified domains parity scope (CLI-235) [CLI] feat: team SAML, SSO & verified domains parity scope (CLI-235) Apr 7, 2026
Remove the index.ts guard that only resolved global --scope for teams invite.
teams sso, members, and request use client.config.currentTeam; they now honor
--scope/--team like the rest of the CLI.

Add unit tests for teams sso.

Made-with: Cursor
@brookemosby brookemosby changed the title [CLI] feat: team SAML, SSO & verified domains parity scope (CLI-235) [CLI] feat: team SSO Apr 10, 2026
@brookemosby brookemosby enabled auto-merge (squash) April 10, 2026 16:25
@brookemosby brookemosby merged commit 794fb14 into main Apr 10, 2026
178 checks passed
@brookemosby brookemosby deleted the brooke/cli-235-parity-team-saml-sso-and-verified-domains-cli branch April 10, 2026 17:43
codywong pushed a commit that referenced this pull request Apr 11, 2026
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## vercel@50.44.0

### Minor Changes

- Add `vercel oauth-apps` to list installation requests, dismiss
requests, install apps by OAuth client id, and remove installations.
([#15846](#15846))

- Add `vercel teams sso` to show SAML/SSO configuration for the current
team. ([#15847](#15847))

### Patch Changes

- Fetch check run logs inline and use `checkRunLog` deep-link for failed
deployment checks.
([#15906](#15906))

- Add `mount` support for experimental services across config validation
and service resolution.
([#15882](#15882))

- Updated dependencies
\[[`9b3ea340f23c1faad6d56c2a54d75bb2e77b0162`](9b3ea34),
[`4362505f1f5bf9b8fa0738dec2ad3189edc933b2`](4362505)]:
    -   @vercel/build-utils@13.14.2
    -   @vercel/next@4.16.6
    -   @vercel/backends@0.0.59
    -   @vercel/elysia@0.1.62
    -   @vercel/express@0.1.72
    -   @vercel/fastify@0.1.65
    -   @vercel/go@3.4.7
    -   @vercel/h3@0.1.71
    -   @vercel/hono@0.2.65
    -   @vercel/hydrogen@1.3.6
    -   @vercel/koa@0.1.45
    -   @vercel/nestjs@0.2.66
    -   @vercel/node@5.7.4
    -   @vercel/python@6.29.0
    -   @vercel/redwood@2.4.12
    -   @vercel/remix-builder@5.7.2
    -   @vercel/ruby@2.3.2
    -   @vercel/rust@1.1.0
    -   @vercel/static-build@2.9.12

## @vercel/backends@0.0.59

### Patch Changes

- Updated dependencies
\[[`9b3ea340f23c1faad6d56c2a54d75bb2e77b0162`](9b3ea34)]:
    -   @vercel/build-utils@13.14.2

## @vercel/build-utils@13.14.2

### Patch Changes

- Add `mount` support for experimental services across config validation
and service resolution.
([#15882](#15882))

## @vercel/cervel@0.0.46

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/backends@0.0.59

## @vercel/client@17.3.1

### Patch Changes

- Updated dependencies
\[[`9b3ea340f23c1faad6d56c2a54d75bb2e77b0162`](9b3ea34)]:
    -   @vercel/build-utils@13.14.2

## @vercel/config@0.1.1

### Patch Changes

- Add `mount` support for experimental services across config validation
and service resolution.
([#15882](#15882))

## @vercel/elysia@0.1.62

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.7.4

## @vercel/express@0.1.72

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.7.4
    -   @vercel/cervel@0.0.46

## @vercel/fastify@0.1.65

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.7.4

## @vercel/fs-detectors@5.15.2

### Patch Changes

- Add `mount` support for experimental services across config validation
and service resolution.
([#15882](#15882))

- Updated dependencies
\[[`9b3ea340f23c1faad6d56c2a54d75bb2e77b0162`](9b3ea34)]:
    -   @vercel/build-utils@13.14.2

## @vercel/gatsby-plugin-vercel-builder@2.1.12

### Patch Changes

- Updated dependencies
\[[`9b3ea340f23c1faad6d56c2a54d75bb2e77b0162`](9b3ea34)]:
    -   @vercel/build-utils@13.14.2

## @vercel/h3@0.1.71

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.7.4

## @vercel/hono@0.2.65

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.7.4

## @vercel/koa@0.1.45

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.7.4

## @vercel/nestjs@0.2.66

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.7.4

## @vercel/next@4.16.6

### Patch Changes

- Remove the `x-nextjs-data` request header for non-`/_next/data` routes
before Next.js data route normalization.
([#15894](#15894))

## @vercel/node@5.7.4

### Patch Changes

- Updated dependencies
\[[`9b3ea340f23c1faad6d56c2a54d75bb2e77b0162`](9b3ea34)]:
    -   @vercel/build-utils@13.14.2

## @vercel/static-build@2.9.12

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/gatsby-plugin-vercel-builder@2.1.12

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

3 participants