Quick Start
Savvy is the easiest way to create, share and run runbooks from your terminal.
Install Savvy’s CLI
-
Download the CLI
-
Add Savvy to your PATH
-
Initialize Savvy when you start a new shell session
-
Reload your shell to pick up the changes we just made
-
Verify Savvy was installed correctly
-
Login
Create your First Runbook
Use savvy record
or savvy record history
to create a runbook using commands you provide.
savvy record
savvy record
starts a new shell and all commands in this shell are recorded and sent to an LLM to generate a runbook.
savvy record history
Travel back in time with savvy record history
and create runbooks using specific commands from your shell history.