buttons tail
Follow the progress JSONL of a pressSynopsis
Tail a press’s structured progress stream. Argument can be either: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 tail
• a button name — tails the LATEST press's progress file
• an absolute path to a .progress.jsonl file
{"ts":"...","event":"progress","pct":0.25,"msg":"downloaded 5/20"}
{"ts":"...","event":"log","level":"info","msg":"..."}
buttons tail publish-npm # latest press of publish-npm
buttons tail publish-npm -f # follow forever
buttons tail /tmp/run.progress.jsonl # specific file
buttons tail <button-or-path> [flags]
-f, --follow keep tailing as new lines arrive
-h, --help help for tail
--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?