CLI
The tailng CLI is the supported entry point for inspecting and copying the ownable surface into an Angular app.
Commands
tailng list
tailng --help
tailng add button --cwd apps/my-app
tailng add dialog --cwd apps/my-app
tailng add slide-toggle --cwd apps/my-appOptions
--cwd <path>selects the target app root.--dry-runpreviews file writes without touching disk.--forceoverwrites existing generated files.
Aliases and canonical names
The CLI resolves aliases to one canonical registry item before it writes files.
slide-toggle→switchsidenav→drawerspinner→progress-spinnersnackbar→toast
Failure modes
The CLI is intentionally strict. Unknown commands, unsupported components, invalid target directories, and path traversal attempts fail non-zero and print actionable guidance.