Skip to content

Savvy Run

Use savvy run to search and run runbooks right from your terminal.

Usage

Terminal window
savvy run

Choose the runbook you want to run from the output of savvy run

Once you select a runbooks, savvy run creates a new sub-shell and walks you through each step.

There’s no need to manually copy paste each step.

Zsh

For zsh, Savvy automatically places the next command on the command line. All you need to do is press enter to run it.

Bash

For bash, you need to press CTRL + n to trigger a custom automcomplete that places the next command on the command line.