cli: initial cli-plugin-api
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Migrated CLI plugin modules to import from the new `@backstage/cli-plugin-api` package.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli-plugin-api': minor
|
||||
---
|
||||
|
||||
Added a new `@backstage/cli-plugin-api` package that provides the public API for building Backstage CLI plugins. This includes `createCliPlugin`, `lazy`, `ExitCodeError`, `exitWithError`, and associated types.
|
||||
Reference in New Issue
Block a user