Live data from Hacker News

Show HN: Savvy – Create, Share and Run Runbooks from your Terminal

github.com

1–10 of 31 posts

Show HN: Savvy – Create, Share and Run Runbooks from your Terminal

#1
Savvy's CLI allows you to create, share, and run runbooks from your terminal.

Savvy(getsavvy.so) natively integrates with modern LLMs and reduces the time to create a great runbook from minutes and hours to seconds.

Savvy supports creating runbooks entirely with AI(savvy ask) or a human in the loop(savvy record.)

Savvy Ask: Generate entire runbooks or a single command using natural language.

Savvy Record: This creates a new subshell that automatically expands all aliases before recording commands locally. These commands are then sent to an LLM, which generates the first version of your runbook.

Savvy Record History: This command allows you to go back in time and select commands from your recent shell history. There's no need to repeat the work you've already done.

Runbooks are private by default, but you can share them with your team using a link(for now) or export them to markdown.

Savvy Explain: Savvy explain generates a simple and easy-to-understand explanation for any command or error message before you can say RTFM!

Savvy Run: Use `savvy run` to search and run runbooks right from your terminal. Once you select a runbook, Savvy automatically fills in the next command to execute. Just press enter to run it.

Savvy's README has more details and demos for everything I just mentioned.

Savvy's free, and anyone can try it out today.

Install Savvy by running: curl -fsSL https://install.getsavvy.so | sh

If you try Savvy, I'd love your feedback on the product.

Show HN: Savvy – Create, Share and Run Runbooks from your Terminal
github.com

Re: Show HN: Savvy – Create, Share and Run Runbooks from your Terminal

#2
been using savvy for a bit - shantanu gave me early access!

love how simple it is to use, personally been loving the savvy ask/explain in the last couple of weeks - been super easy to ask questions in the terminal and just get answers

but the history is quite good too, very cool to share notebooks with others on the team

Re: Show HN: Savvy – Create, Share and Run Runbooks from your Terminal

#4

been using savvy for a bit - shantanu gave me early access! love how simple it is to use, personally been loving the savvy ask/explain in the last couple of weeks - been super easy to ask questions in the terminal and just get answers but the history is quite good too, very cool to share notebooks with others on the team

Thanks for all the feedback so far!

Re: Show HN: Savvy – Create, Share and Run Runbooks from your Terminal

#8
I am an active customer of Savvy. With savvy, I am able to offload a lot of operations tasks we were afraid of delegating to ops team before because of two reasons - 1. Training our team was difficult. Now the ops team finds the assistance due to savvy run very helpful. 2. We have insights into what our ops team is doing.

Hoping to scale savvy to more use cases as they role out features that create and destroy environment variables automatically. This will reduce the chance of secret leakage.

Post reply on HN