getsavvyinc/savvy-cli: Create, share, and run runbooks from your terminal. #863
Labels
AI-Agents
Autonomous AI agents using LLMs
AI-Chatbots
Topics related to advanced chatbot platforms integrating multiple AI models
Automation
Automate the things
CLI-UX
Command Line Interface user experience and best practices
code-generation
code generation models and tools like copilot and aider
Git-Repo
Source code repository like gitlab or gh
github
gh tools like cli, Actions, Issues, Pages
shell-script
shell scripting in Bash, ZSH, POSIX etc
shell-tools
Tools and utilities for shell scripting and command line operations
Software2.0
Software development driven by AI and neural networks.
use-cases
user use case descriptions
getsavvyinc/savvy-cli: Create, share, and run runbooks from your terminal.
Snippet
"Savvy is the easiest way to create, share and run runbooks from your terminal.
Savvy's CLI generates runbooks with AI or from commands you provide.
Install Savvy's CLI
curl -fsSL https://install.getsavvy.so | sh
Generate Runbooks with AI
Use
savvy ask
to generate entire runbooks or a single command using natural language.Just run
savvy ask
and provide a prompt.Any one can use it, there's no need to signup for an account or provide a credit card.
Examples
Ask Savvy to create a runbook for publishing a new go module.
Ask Savvy to help you with a tricky sequence of shell commands.
Generate Runbooks using your commands
Use
savvy record
orsavvy record history
to create a runbook using commands you provide.You don't have to change anything about your shell or aliases, savvy auto expands all aliases to make sure your runbook runs reliably on any machine.
Create Runbooks from your Shell History
Use
savvy record history
to go back in time and create a runbooks by selecting just the commands you want.Savvy will never execute any command you select.
Sharing Runbooks
Runbooks are private by default, but you can share them using a public or unlisted link from Savvy's dashboard.
You can also export runbooks to markdown and paste them in your existing docs.
Create Runbooks with 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."Suggested labels
None
The text was updated successfully, but these errors were encountered: