<?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>DEV Community: Kristen Womack</title>
    <description>The latest articles on DEV Community by Kristen Womack (@kristenwomack).</description>
    <link>https://dev.to/kristenwomack</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%2F1439006%2F87935964-f46a-4422-90c3-3ce80e5474b6.jpg</url>
      <title>DEV Community: Kristen Womack</title>
      <link>https://dev.to/kristenwomack</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kristenwomack"/>
    <language>en</language>
    <item>
      <title>azd CLI extension framework</title>
      <dc:creator>Kristen Womack</dc:creator>
      <pubDate>Mon, 30 Jun 2025 23:13:41 +0000</pubDate>
      <link>https://dev.to/kristenwomack/azd-cli-extension-framework-4kh4</link>
      <guid>https://dev.to/kristenwomack/azd-cli-extension-framework-4kh4</guid>
      <description>&lt;h2&gt;
  
  
  A new way to customize the Azure Developer CLI (&lt;code&gt;azd&lt;/code&gt;)
&lt;/h2&gt;

&lt;p&gt;We recently added a new alpha feature to the Azure Developer CLI (&lt;code&gt;azd&lt;/code&gt;) that lets you build and share your own CLI commands. &lt;/p&gt;

&lt;p&gt;The idea is simple: sometimes you want &lt;code&gt;azd&lt;/code&gt; to do something specific to your project or workflow, maybe scaffold a repo, run a custom validation, or integrate with a tool your team uses. Now you can do that with azd extensions.&lt;/p&gt;

&lt;p&gt;Here’s a quick example to enable extensions and install one:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;azd config set alpha.extensions on
azd extension install microsoft.azd.demo
azd extension list --installed
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You can also create your own:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;# Install the azd developer extension
azd extension install microsoft.azd.extensions
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;# Initialize a new extension project
azd x init
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The post walks through how the framework works, what you can build, and how to get started. If you’re into CLI tooling or open-source workflows, I’d love to hear what you think.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://devblogs.microsoft.com/azure-sdk/azd-extension-framework/" rel="noopener noreferrer"&gt;Read the full post&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>cli</category>
      <category>azure</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
