Rename CLI module bin entries to use backstage prefix

Rename all bin entries from `cli-module-*` to `backstage-cli-module-*`
to establish a clear namespace for Backstage CLI tooling.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-16 12:27:08 +01:00
parent b76bbfb461
commit 26eab3bf83
34 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"bin": "bin/cli-module-build",
"bin": "bin/backstage-cli-module-build",
"files": [
"dist",
"bin",