help
help - Spry CLI Help
Section titled “help - Spry CLI Help”Display help information for the Spry CLI and its sub-commands.
./spry.ts --help./spry.ts -h./spry.ts help./spry.ts help [command]Options
Section titled “Options”-h, --help- Show help information-V, --version- Show version number (v0.2.13)
Commands
Section titled “Commands”help [command] Show this help or the help of a sub-commandinit Setup Spryfile.md and spry.ts for local dev environmentdoctor Show dependencies and their availabilityspc SQLPage Content (spc) CLItask <taskId> Spry Task CLI (execute a specific cell and dependencies)runbook Spry Runbook CLI (execute all cells in DAG order)Examples
Section titled “Examples”# 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