c411b5dd15
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
1.2 KiB
1.2 KiB
@backstage/cli
| @backstage/cli |
|---|
| minor |
The new command is now powered by a new template system that allows you to define your own templates in a declarative way, as well as import existing templates from external sources. See the CLI templates documentation for more information.
The following flags for the new command have been deprecated and will be removed in a future release:
--license=<license>: Configure the globallicenseinstead.--no-private: Configure the globalprivateinstead.--baseVersion=<version>: Configure the globalversioninstead.--npmRegistry=<url>: Configure the globalpublishRegistryinstead.--scope=<scope>: Configure the globalnamePrefixand/ornamePluginInfixinstead.
As part of this change the template IDs and their options have changed. The following backwards compatibility mappings for the --select and --option flags are enabled when using the default set of templates, but they will also be removed in the future:
--select=pluginis mapped to--select=frontend-plugininstead.--option=id=<id>is mapped to--option=pluginId=<id>instead.