Change8

vercel@50.22.1

📦 vercel-cliView on GitHub →
2 features🐛 3 fixes1 deprecations🔧 6 symbols

Summary

This patch release focuses on standardizing CLI output formats by replacing the deprecated `--json` flag with `--format=json` across several integration commands and updating dependencies.

Migration Steps

  1. Replace usage of the deprecated `--json` flag with `--format=json` in CLI commands.

✨ New Features

  • Added support for `--format=json` to `integration balance`, `integration remove`, `integration-resource remove`, and `integration-resource disconnect` commands.
  • `integration open` now supports opening resource dashboards and outputting JSON via `--format=json`.

🐛 Bug Fixes

  • CLI discover example updated to use `--format=json` instead of the deprecated `--json` flag.
  • Ensured `install --help` displays the same dynamic help content as `integration add --help`.
  • Added missing open mock in login/future tests.

Affected Symbols

⚡ Deprecations

  • The `--json` flag is deprecated in CLI commands; use `--format=json` instead.