Skip to content

[CLI] adding node + cli version to all commands#16445

Merged
joshuasoup merged 8 commits into
mainfrom
add-version-to-command
May 28, 2026
Merged

[CLI] adding node + cli version to all commands#16445
joshuasoup merged 8 commits into
mainfrom
add-version-to-command

Conversation

@joshuasoup
Copy link
Copy Markdown
Contributor

  • added Vercel CLI xx.x.x (Node.js xx.xx.x) to the top of all commands

@joshuasoup joshuasoup requested review from a team as code owners May 27, 2026 22:51
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 27, 2026

🦋 Changeset detected

Latest commit: dc85abb

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 27, 2026

🧪 Unit Test Strategy

Comparing: c6e9ba0dc85abb (view diff)

Strategy: Affected packages only

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

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

Results

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

This comment is automatically generated based on the affected testing strategy

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 27, 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-6yt699sxo.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-6yt699sxo.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-6yt699sxo.vercel.sh/tarballs/vercel_runtime-0.15.0.dev1779987785+dc85abb-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-6yt699sxo.vercel.sh/tarballs/vercel_workers-0.1.0.dev1779987785+dc85abb-py3-none-any.whl"

This comment is automatically generated

Comment thread packages/cli/src/index.ts
Comment thread .changeset/friendly-terms-sniff.md Outdated
@kevinjosethomas
Copy link
Copy Markdown

tuff

@joshuasoup joshuasoup merged commit af3e0bd into main May 28, 2026
76 checks passed
@joshuasoup joshuasoup deleted the add-version-to-command branch May 28, 2026 17:25
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