buttons smash
Run multiple buttons in parallelSynopsis
Run several buttons concurrently. Names may be comma- or space-separated:Options
Options inherited from parent commands
SEE ALSO
- buttons - Deterministic workflow engine for agents
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
CLI reference for buttons smash
buttons smash a,b,c
buttons smash a b c
--on-failure continue run them all, report failures at the end (default)
--on-failure stop cancel the remaining buttons on the first failure
--concurrency N max buttons running at once (0 = NumCPU; hard cap 50)
--timeout SECS per-button timeout override
buttons smash [buttons...] [flags]
--concurrency int max buttons running at once (0 = NumCPU; hard cap 50)
-h, --help help for smash
--on-failure string stop | continue (default "continue")
--timeout int per-button timeout override (seconds)
--json output in JSON format
--no-input disable all interactive prompts
--summary show a read-only plan/snapshot instead of mutating
Was this page helpful?