The help for theme create documents -y, --yes as "Accept all defaults, never prompt (for CI)", but it doesn't seem to have any effect. Running:
salla theme create -t twig -n my-theme -y
still opens the interactive "Start a new theme (Create a new theme / Import a theme)" selector, and every prompt after it — even though -t and -n already answer those questions. This makes the CI use case the flag was added for impossible.
Environment: CLI 3.2.36, macOS (arm64), Node 22.23.2, installed via npm i -g @salla.sa/cli.
The help for
theme createdocuments-y, --yesas "Accept all defaults, never prompt (for CI)", but it doesn't seem to have any effect. Running:still opens the interactive "Start a new theme (Create a new theme / Import a theme)" selector, and every prompt after it — even though
-tand-nalready answer those questions. This makes the CI use case the flag was added for impossible.Environment: CLI 3.2.36, macOS (arm64), Node 22.23.2, installed via
npm i -g @salla.sa/cli.