Merge pull request #33391 from backstage/rugvip/add-cli-module-template

cli-module-new: add template for CLI module packages
This commit is contained in:
Patrik Oldsberg
2026-03-17 12:10:21 +01:00
committed by GitHub
14 changed files with 143 additions and 1 deletions
@@ -0,0 +1,5 @@
---
'@backstage/cli-module-new': patch
---
Added support for the `cli-module` template role for scaffolding new CLI module packages.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Added a new `cli-module` template for creating CLI module packages.