Documentation Index
Fetch the complete documentation index at: https://docs.buttons.sh/llms.txt
Use this file to discover all available pages before exploring further.
buttons press
Run a buttonSynopsis
Run a button by name. Executes the action defined by the button, passing arguments as environment variables (BUTTONS_ARG_<NAME>) for code buttons, or as template substitutions
for API buttons. Returns structured output in —json mode.
Common flags:
—arg KEY=VALUE pass an argument (repeatable; validated against the spec)
—timeout SECS override the button’s configured timeout for this press
—dry-run print what would run without executing
—json emit machine-readable output (default when stdout is piped)
Examples:
Options
Options inherited from parent commands
SEE ALSO
- buttons - Deterministic workflow engine for agents