Version Packages (next)
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user