Merge pull request #33393 from backstage/rugvip/move-cli-new-templates

cli-module-new: move yarn new templates from @backstage/cli
This commit is contained in:
Patrik Oldsberg
2026-03-17 15:32:09 +01:00
committed by GitHub
131 changed files with 150 additions and 51 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
The built-in `yarn new` templates have been moved to `@backstage/cli-module-new`. Existing references to `@backstage/cli/templates/*` in your root `package.json` will continue to work through a backwards compatibility rewrite in the `new` command.
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Updated the `next-app` template to reference `@backstage/cli-module-new/templates/*` instead of `@backstage/cli/templates/*` for the built-in `yarn new` templates.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-module-new': patch
---
The built-in `yarn new` templates have been moved to this package from `@backstage/cli`. The default template references have been updated from `@backstage/cli/templates/*` to `@backstage/cli-module-new/templates/*`. Existing references to `@backstage/cli/templates/*` in your root `package.json` will continue to work through a backwards compatibility rewrite.