Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-10 17:34:12 +00:00
parent 1097f68579
commit ed7c4e3bef
325 changed files with 3870 additions and 162 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/cli
## 0.36.0-next.2
### Minor Changes
- d0f4cd2: Added new `auth` command group for authenticating the CLI with Backstage instances using OAuth 2.0 with a pre-registered client metadata document. Commands include `login`, `logout`, `list`, `show`, `print-token`, and `select` for managing multiple authenticated instances.
### Patch Changes
- a4e5902: Internal refactor of the CLI command registration
- ff4a45a: Migrated remaining CLI command handlers from `commander` to `cleye` for argument parsing. Several camelCase CLI flags have been deprecated in favor of their kebab-case equivalents (e.g. `--successCache``--success-cache`). The old camelCase forms still work but will now log a deprecation warning. Please update any scripts or CI configurations to use the kebab-case versions.
- 4a75544: Updated dependency `react-refresh` to `^0.18.0`.
- Updated dependencies
- @backstage/cli-common@0.2.0-next.2
- @backstage/integration@2.0.0-next.2
## 0.36.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.36.0-next.1",
"version": "0.36.0-next.2",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"