Overview
Runbooks is a desktop app for working with runbooks. You can launch it by double-clicking the app icon or via the CLI. All CLI commands accept a local path or a remote URL as the runbook source.
runbooks open— Open a runbook in the desktop app- Watch mode — Toggle live-reload for authoring runbooks
Launching from the command line
Section titled “Launching from the command line”runbooks open ./path/to/runbookRemote URLs
Section titled “Remote URLs”You 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.