<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>StormForge CLI on StormForge Documentation</title>
		<link>/v2/docs/stormforge-cli/</link>
		<description>Recent content in StormForge CLI on StormForge Documentation</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<atom:link href="/v2/docs/stormforge-cli/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Common StormForge CLI workflows</title>
				<link>/v2/docs/stormforge-cli/common-cli-workflows/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>/v2/docs/stormforge-cli/common-cli-workflows/</guid>
				<description>&lt;p&gt;The StormForge CLI lets you interact with StormForge to inspect workloads, view optimization data, and manage recommendations.&lt;/p&gt;&#xA;&lt;p&gt;This guide covers common workflows:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Authenticate and configure the CLI&lt;/li&gt;&#xA;&lt;li&gt;Explore clusters and workloads&lt;/li&gt;&#xA;&lt;li&gt;Find workloads with auto-deploy enabled&lt;/li&gt;&#xA;&lt;li&gt;View and generate recommendations&lt;/li&gt;&#xA;&lt;li&gt;Query recommendation data&lt;/li&gt;&#xA;&lt;li&gt;Apply recommendations to workloads&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Typical workflow:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Identify workload → Inspect recommendation → Apply recommendation&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Common workflow commands:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;stormforge get workloads --cluster &amp;lt;cluster&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;stormforge get recommendations --cluster &amp;lt;cluster&amp;gt; --namespace &amp;lt;namespace&amp;gt; --name &amp;lt;workload&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;stormforge apply --cluster &amp;lt;cluster&amp;gt; --namespace &amp;lt;namespace&amp;gt; --resource &amp;lt;resource-type&amp;gt; --name &amp;lt;workload&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;&#xA;&lt;h2 id=&#34;in-this-guide&#34;&gt;In this guide&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#in-this-guide&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#common-commands&#34;&gt;Common commands&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#get-started&#34;&gt;Get started with the CLI&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#explore&#34;&gt;Explore clusters and workloads&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#find-auto-deploy&#34;&gt;Find workloads with auto-deploy enabled&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#view-recs&#34;&gt;View and generate recommendations&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#query-recs&#34;&gt;Query recommendation data&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#apply-recs&#34;&gt;Apply recommendations&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;common-commands&#34;&gt;Common commands&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#common-commands&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;td-initial table&#34;&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Task&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Command&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Authenticate&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;/v2/docs/stormforge-cli/reference/#stormforge-login&#34;&gt;&lt;code&gt;stormforge login&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;List clusters&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;/v2/docs/stormforge-cli/reference/#stormforge-get-clusters&#34;&gt;&lt;code&gt;stormforge get clusters&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;List workloads&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;/v2/docs/stormforge-cli/reference/#stormforge-get-workloads&#34;&gt;&lt;code&gt;stormforge get workloads&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;View workloads&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;/v2/docs/stormforge-cli/reference/#stormforge-view-workloads&#34;&gt;&lt;code&gt;stormforge view workloads&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;List recommendations&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;/v2/docs/stormforge-cli/reference/#stormforge-get-recommendations&#34;&gt;&lt;code&gt;stormforge get recommendations&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Create recommendation&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;/v2/docs/stormforge-cli/reference/#stormforge-create-recommendation&#34;&gt;&lt;code&gt;stormforge create recommendation&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Apply recommendations&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;a href=&#34;/v2/docs/stormforge-cli/reference/#stormforge-apply&#34;&gt;&lt;code&gt;stormforge apply&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;div class=&#34;alert alert-info&#34; role=&#34;alert&#34;&gt;&lt;div class=&#34;h4 alert-heading&#34; role=&#34;heading&#34;&gt;Using command help in the CLI&lt;/div&gt;&#xA;&lt;p&gt;Use the &lt;code&gt;--help&lt;/code&gt; flag with any command for more information.&lt;/p&gt;</description>
			</item>
			<item>
				<title>StormForge MCP server</title>
				<link>/v2/docs/stormforge-cli/mcp-server/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>/v2/docs/stormforge-cli/mcp-server/</guid>
				<description>&lt;p&gt;The StormForge CLI includes an MCP server for connecting AI agents to StormForge.&lt;/p&gt;&#xA;&lt;p&gt;This page covers configuration and basic usage, using Claude as an example.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#prerequisites&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Make sure the &lt;a href=&#34;/v2/docs/stormforge-cli/#install&#34;&gt;StormForge CLI is installed&lt;/a&gt; and you are logged in:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;stormforge login&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;configure-your-ai-agent&#34;&gt;Configure your AI agent&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#configure-your-ai-agent&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;em&gt;This example uses Claude, but the configuration pattern applies to other MCP-compatible agents such as ChatGPT and Gemini.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Add the following to your agent&amp;rsquo;s MCP configuration. For Claude, that can be &lt;code&gt;~/.claude.json&lt;/code&gt;:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Reference</title>
				<link>/v2/docs/stormforge-cli/reference/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>/v2/docs/stormforge-cli/reference/</guid>
				<description>&lt;h2 id=&#34;stormforge&#34;&gt;stormforge&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#stormforge&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;StormForge Command Line Interface&lt;/p&gt;&#xA;&lt;h3 id=&#34;synopsis&#34;&gt;Synopsis&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#synopsis&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;Automated Kubernetes Workload Rightsizing.&lt;/p&gt;&#xA;&lt;p&gt;Find more information at: &lt;a href=&#34;https://docs.stormforge.io/&#34;&gt;https://docs.stormforge.io/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;options&#34;&gt;Options&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#options&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;      --sfconfig file   configuration file to use&#xA;  -h, --help            help for stormforge&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;see-also&#34;&gt;See also&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#see-also&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-apply&#34;&gt;stormforge apply&lt;/a&gt;&#x9; - Apply one or more recommendations&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-auth&#34;&gt;stormforge auth&lt;/a&gt;&#x9; - Manage non-user authorizations&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-check&#34;&gt;stormforge check&lt;/a&gt;&#x9; - Validate StormForge components&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-completion&#34;&gt;stormforge completion&lt;/a&gt;&#x9; - Generate the autocompletion script for the specified shell&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-config&#34;&gt;stormforge config&lt;/a&gt;&#x9; - Show the CLI configuration&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-create&#34;&gt;stormforge create&lt;/a&gt;&#x9; - Create a resource&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-delete&#34;&gt;stormforge delete&lt;/a&gt;&#x9; - Delete a resource&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-describe&#34;&gt;stormforge describe&lt;/a&gt;&#x9; - Describe a resource&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-edit&#34;&gt;stormforge edit&lt;/a&gt;&#x9; - Edit a resource&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-get&#34;&gt;stormforge get&lt;/a&gt;&#x9; - Fetch resources&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-login&#34;&gt;stormforge login&lt;/a&gt;&#x9; - Authorize the CLI&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-logout&#34;&gt;stormforge logout&lt;/a&gt;&#x9; - Revoke the CLI authorization&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-manage&#34;&gt;stormforge manage&lt;/a&gt;&#x9; - Manage a resource&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-mcp&#34;&gt;stormforge mcp&lt;/a&gt;&#x9; - Run an MCP server&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-patch&#34;&gt;stormforge patch&lt;/a&gt;&#x9; - Deploy patches to a cluster or source files&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-ping&#34;&gt;stormforge ping&lt;/a&gt;&#x9; - Connect to the StormForge server (also see &amp;lsquo;check connect&amp;rsquo;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-version&#34;&gt;stormforge version&lt;/a&gt;&#x9; - Show the version information&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#stormforge-view&#34;&gt;stormforge view&lt;/a&gt;&#x9; - View pages of impact data&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;stormforge-apply&#34;&gt;stormforge apply&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#stormforge-apply&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Apply one or more recommendations&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
