Conversation
🦋 Changeset detectedLatest commit: 4bfa3f8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
|
Low Risk — New CLI subcommand for read-only SSO info display + telemetry tracking.
Assessed at 522c4fa. |
🧪 Unit Test StrategyComparing: Strategy: Affected packages only ✅ Only testing packages that have been modified or depend on modified packages. Affected packages - 1 (3%)
Unaffected packages - 39 (98%)
Results
This comment is automatically generated based on the affected testing strategy |
783b4fd to
1c796d1
Compare
📦 CLI Tarball ReadyThe Vercel CLI tarball for this PR is now available! Quick TestYou can test this PR's CLI directly by running: npx https://vercel-9i7tae5pd.vercel.sh/tarballs/vercel.tgz --helpUse in vercel.jsonTo use this CLI version in your project builds, add to your {
"build": {
"env": {
"VERCEL_CLI_VERSION": "vercel@https://vercel-9i7tae5pd.vercel.sh/tarballs/vercel.tgz"
}
}
}Python Runtime WheelA Python Workers WheelA |
Expose GET /teams/:id SAML fields with human-readable and JSON output. Made-with: Cursor
1c796d1 to
108eddc
Compare
Made-with: Cursor
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
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>
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.mdMade with Cursor
Supported API-backed Commands To Test
vercel teams ssovercel teams sso --format json