refactor: apply review suggestions

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2025-09-24 13:58:35 +02:00
parent ab96bb770f
commit 8a16781eba
7 changed files with 120 additions and 16 deletions
+6 -6
View File
@@ -177,12 +177,12 @@ Usage: backstage-cli package start [options]
Start a package for local development
Options:
--config <path> Config files to load instead of app-config.yaml (default: [])
--role <name> Run the command with an explicit package role
--check Enable type checking and linting if available
--inspect Enable debugger in Node.js environments
--inspect-brk Enable debugger in Node.js environments, breaking before code starts
--entry-dir <path> Path to the directory containing the entry point file
--config <path> Config files to load instead of app-config.yaml (default: [])
--role <name> Run the command with an explicit package role
--check Enable type checking and linting if available
--inspect Enable debugger in Node.js environments
--inspect-brk Enable debugger in Node.js environments, breaking before code starts
--entrypoint <path> Entry directory path (uses index file) or entry file path (without extension). Defaults to "dev"
```
## package build