Overview
The Runbooks CLI provides several commands for working with runbooks. All commands accept a local path or a remote URL as the runbook source.
runbooks open— Open a runbook for consumersrunbooks serve— Start the backend server (for developers)runbooks watch— Watch a runbook for changes (for authors)
Remote URLs
Section titled “Remote URLs”Every command that accepts a RUNBOOK_SOURCE can open a runbook directly from a remote URL, removing the need to manually download any runbook files.
runbooks open https://github.com/org/repo/tree/main/runbooks/launch-rdsSee runbooks open for supported URL formats and authentication for private repos.