Skip to content
Author with AI

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.

Terminal window
runbooks open ./path/to/runbook

You can open a runbook directly from a remote URL, removing the need to manually download any runbook files.

Terminal window
runbooks open https://github.com/org/repo/tree/main/runbooks/launch-rds

See runbooks open for supported URL formats and authentication for private repos.