CLI Reference
This page reflects the current public operator surface for Wakeplane v0.2.0-beta.1. If a command is not listed here, it is not shipped.
Root Command
Section titled “Root Command”Durable scheduling and automated execution engine
Usage: wakeplane [command]
Available Commands: completion Generate the autocompletion script for the specified shell help Help about any command run Inspect runs schedule Manage schedules serve Run the Wakeplane daemon version Print the Wakeplane CLI version
Flags: --addr string Wakeplane HTTP base URL (default "http://127.0.0.1:8080") -h, --help help for wakeplane
Use "wakeplane [command] --help" for more information about a command.Run the Wakeplane daemon
Usage: wakeplane serve [flags]
Flags: -h, --help help for serve
Global Flags: --addr string Wakeplane HTTP base URL (default "http://127.0.0.1:8080")version
Section titled “version”Print the Wakeplane CLI version
Usage: wakeplane version [flags]
Flags: -h, --help help for version
Global Flags: --addr string Wakeplane HTTP base URL (default "http://127.0.0.1:8080")schedule
Section titled “schedule”Manage schedules
Usage: wakeplane schedule [command]
Available Commands: create Create a schedule from YAML delete Delete a schedule get Get one schedule list List schedules pause Pause a schedule resume Resume a schedule trigger Trigger a schedule now
Flags: -h, --help help for schedule
Global Flags: --addr string Wakeplane HTTP base URL (default "http://127.0.0.1:8080")
Use "wakeplane schedule [command] --help" for more information about a command.schedule create
Section titled “schedule create”Create a schedule from YAML
Usage: wakeplane schedule create [flags]
Flags: -f, --file string Schedule manifest -h, --help help for create
Global Flags: --addr string Wakeplane HTTP base URL (default "http://127.0.0.1:8080")Inspect runs
Usage: wakeplane run [command]
Available Commands: get Get one run list List runs
Flags: -h, --help help for run
Global Flags: --addr string Wakeplane HTTP base URL (default "http://127.0.0.1:8080")
Use "wakeplane run [command] --help" for more information about a command.run list
Section titled “run list”List runs
Usage: wakeplane run list [flags]
Flags: -h, --help help for list
Global Flags: --addr string Wakeplane HTTP base URL (default "http://127.0.0.1:8080")run get
Section titled “run get”Get one run
Usage: wakeplane run get <id> [flags]
Flags: -h, --help help for get
Global Flags: --addr string Wakeplane HTTP base URL (default "http://127.0.0.1:8080")