<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: shantanu joshi</title>
    <description>The latest articles on Forem by shantanu joshi (@joshi_4).</description>
    <link>https://forem.com/joshi_4</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2253695%2Fd1452198-3c1f-447b-a8f3-7ed3ec13f01a.png</url>
      <title>Forem: shantanu joshi</title>
      <link>https://forem.com/joshi_4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/joshi_4"/>
    <language>en</language>
    <item>
      <title>Mastering Terminal using Savvy' s AI</title>
      <dc:creator>shantanu joshi</dc:creator>
      <pubDate>Wed, 23 Oct 2024 00:30:10 +0000</pubDate>
      <link>https://forem.com/joshi_4/mastering-terminal-using-savvy-s-ai-42d8</link>
      <guid>https://forem.com/joshi_4/mastering-terminal-using-savvy-s-ai-42d8</guid>
      <description>&lt;p&gt;Whether you are new to Terminal or an expert, Savvy's &lt;a href="https://github.com/getsavvyinc/savvy-cli" rel="noopener noreferrer"&gt;open source CLI&lt;/a&gt; can significantly improve your productivity at work. Here are 3 examples that you can run today with Savvy's CLI:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Go from Natural Language to Command Translation:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Example: If you're unsure how to monitor network traffic using tcpdump, simply ask:&lt;br&gt;
&lt;code&gt;savvy ask "How to monitor network traffic with tcpdump"&lt;/code&gt; &lt;/p&gt;

&lt;p&gt;Savvy responds with the commands that can be directly run on your terminal&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwtyv4r9kd4zgyxnwcvsj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwtyv4r9kd4zgyxnwcvsj.png" alt="tcpdump" width="800" height="317"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Explain any complicated shell command or understand any error message:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Example: Suppose you are trying to figure out how grep works with certain commands like below, savvy can explain:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;savvy explain "grep 'error' logfile.txt | awk '{print $0}'"&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Savvy will explain each step of the command and if needed, offer troubleshooting steps&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fta6g3mx30ygacyuvpqde.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fta6g3mx30ygacyuvpqde.png" alt="savvy explain" width="800" height="494"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Run a publicly available runbook to debug issues:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Example: Let's say you are figuring out how to diagnose and resolve PID Pressure Issues in Kubernetes, you can run this &lt;a href="https://app.getsavvy.so/runbook/rb_615fe9d2a50d663c/How-To-Diagnose-and-Resolve-PID-Pressure-Issues-in-Kubernetes" rel="noopener noreferrer"&gt;entire runbook&lt;/a&gt; using its runbook id or skip steps that you do not want to run:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;savvy run rb_615fe9d2a50d663c&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;A sample list of steps in the runbook:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx2ziu7jhpglbavhuoa0k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx2ziu7jhpglbavhuoa0k.png" alt="Kubernetes runbook" width="800" height="542"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Finally, &lt;strong&gt;Savvy CLI&lt;/strong&gt; not only automates the mundane tasks but also empowers you to build a personal and team knowledge base directly from your daily activities in the terminal. Whether you’re troubleshooting, setting up environments, or training teammates, Savvy turns your command-line prowess into a documented and shareable assets.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;You can install Savvy today by running: &lt;code&gt;curl -fsSL https://install.getsavvy.so | sh&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Disclosure: I am building Savvy😎 to make CLI a cool place for developers to learn and share their expertise!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>opensource</category>
      <category>tutorial</category>
      <category>kubernetes</category>
    </item>
  </channel>
</rss>
