Skip to main content
Doctorine reference
On this pageOverview

The CLI package name derives no safe binary name

The configured package name yields no shell-safe binary name, so the CLI target cannot be generated.

naming.invalid-bin-name

Category
Generated naming
Default severity
Error
Applies to
SDK configuration
Default outcome
Blocked
Recommended action
Fix the source
Grouped by
Defect code

Why it matters

The configured package name yields no shell-safe binary name, so the CLI target cannot be generated.

How to fix it

  1. Rename targets.cli.package_name so it derives a shell-safe binary name (e.g. "@acme/petstore-cli").
Documentation menu