Skip to content

help

Display help information for the Spry CLI and its sub-commands.

Terminal window
./spry.ts --help
./spry.ts -h
./spry.ts help
./spry.ts help [command]
  • -h, --help - Show help information
  • -V, --version - Show version number (v0.2.13)
help [command] Show this help or the help of a sub-command
init Setup Spryfile.md and spry.ts for local dev environment
doctor Show dependencies and their availability
spc SQLPage Content (spc) CLI
task <taskId> Spry Task CLI (execute a specific cell and dependencies)
runbook Spry Runbook CLI (execute all cells in DAG order)
Terminal window
# Display general help
./spry.ts --help
# Display help for a specific command
./spry.ts help spc
./spry.ts help task
./spry.ts help runbook
# Show version
./spry.ts --version