<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Docs on Gurl CLI</title><link>https://bsreeram08.github.io/gurl/docs/</link><description>Recent content in Docs on Gurl CLI</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://bsreeram08.github.io/gurl/docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Installation</title><link>https://bsreeram08.github.io/gurl/docs/installation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://bsreeram08.github.io/gurl/docs/installation/</guid><description>&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;Gurl requires no runtime dependencies — it ships as a single static binary. Go is only needed if you are building from source (Go 1.21+).&lt;/p&gt;
&lt;h2 id="homebrew-macos--linux"&gt;Homebrew (macOS / Linux)&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;brew tap bsreeram08/gurl https://github.com/bsreeram08/gurl
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;brew install gurl
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Update with:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;brew upgrade gurl
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="one-liner-install"&gt;One-liner Install&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;curl -sL https://raw.githubusercontent.com/bsreeram08/gurl/master/scripts/install.sh | bash
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This detects your platform, downloads the correct binary from the &lt;a href="https://github.com/bsreeram08/gurl/releases/latest"&gt;latest release&lt;/a&gt;, and installs it to &lt;code&gt;/usr/local/bin&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="pre-built-binaries"&gt;Pre-built Binaries&lt;/h2&gt;
&lt;p&gt;Download directly from &lt;a href="https://github.com/bsreeram08/gurl/releases/latest"&gt;GitHub Releases&lt;/a&gt;:&lt;/p&gt;</description></item><item><title>Quick Start</title><link>https://bsreeram08.github.io/gurl/docs/quickstart/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://bsreeram08.github.io/gurl/docs/quickstart/</guid><description>&lt;p&gt;Get started with Gurl in 5 minutes. This guide walks through the core workflow: saving a request, running it, and generating code.&lt;/p&gt;
&lt;h2 id="step-1-save-a-request"&gt;Step 1: Save a Request&lt;/h2&gt;
&lt;p&gt;Save your first request with the &lt;code&gt;save&lt;/code&gt; command:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;gurl save &lt;span style="color:#f1fa8c"&gt;&amp;#34;users&amp;#34;&lt;/span&gt; https://jsonplaceholder.typicode.com/users
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This saves a GET request to the users endpoint. Gurl creates the collection automatically if it does not exist.&lt;/p&gt;
&lt;p&gt;You can also save requests with common options inline:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;gurl save &lt;span style="color:#f1fa8c"&gt;&amp;#34;user-by-id&amp;#34;&lt;/span&gt; https://jsonplaceholder.typicode.com/users/1
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="step-2-run-the-request"&gt;Step 2: Run the Request&lt;/h2&gt;
&lt;p&gt;Execute the saved request with the &lt;code&gt;run&lt;/code&gt; command:&lt;/p&gt;</description></item></channel></rss>