Add changeset and API report.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2023-03-07 16:53:23 -05:00
committed by Fredrik Adelöw
parent 06b016e9b8
commit a876e69b20
2 changed files with 35 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': minor
---
Adding two new commands to support OpenAPI spec writing, `schema:openapi:generate` to generate the Typescript file that `@backstage/backend-openapi-utils` needs for typing and `schema:openapi:verify` to verify that this file exists and matches your `openapi.yaml` file.
+30
View File
@@ -209,6 +209,8 @@ Commands:
clean
prepack
postpack
schema:openapi:verify
schema:openapi:generate
help [command]
```
@@ -265,6 +267,24 @@ Options:
-h, --help
```
### `backstage-cli package schema:openapi:generate`
```
Usage: backstage-cli package schema:openapi:generate [options]
Options:
-h, --help
```
### `backstage-cli package schema:openapi:verify`
```
Usage: backstage-cli package schema:openapi:verify [options]
Options:
-h, --help
```
### `backstage-cli package start`
```
@@ -403,6 +423,7 @@ Commands:
lint [options]
clean
list-deprecations [options]
schema:openapi:verify
test [options]
help [command]
```
@@ -449,6 +470,15 @@ Options:
-h, --help
```
### `backstage-cli repo schema:openapi:verify`
```
Usage: backstage-cli repo schema:openapi:verify [options]
Options:
-h, --help
```
### `backstage-cli repo test`
```