b107fdf609
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
1.0 KiB
1.0 KiB
@backstage/repo-tools
| @backstage/repo-tools |
|---|
| minor |
BREAKING: The schema openapi * commands are now renamed into package schema openapi * and repo schema openapi *. The aim is to make it more clear what the command is operating on, the entire repo or just a single package.
The following commands now live under the package namespace,
schema openapi generateis nowpackage schema openapi generate --serverschema openapi generate-clientis nowpackage schema openapi generate --client-packageschema openapi initis nowpackage schema openapi init
And these commands live under the new repo namespace,
schema openapi lintis nowrepo schema openapi lintschema openapi testis nowrepo schema openapi testschema openapi verifyis nowrepo schema openapi verify
The package schema openapi generate now supports defining both --server and --client-package to generate both at once.This update also reworks the --client-package flag to accept only an output directory as the input directory can now be inferred.