<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Chainctl on</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/tags/chainctl/</link><description>Recent content in Chainctl on</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright (c) 2023 Chainguard</copyright><lastBuildDate>Thu, 11 Jun 2026 20:09:07 +0000</lastBuildDate><atom:link href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/tags/chainctl/index.xml" rel="self" type="application/rss+xml"/><item><title>Overview of Roles and Role-bindings in Chainguard</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/administration/iam-organizations/roles-role-bindings/roles-role-bindings/</link><pubDate>Wed, 03 Apr 2024 08:48:45 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/administration/iam-organizations/roles-role-bindings/roles-role-bindings/</guid><description>&lt;p&gt;In the context of Chainguard, an &lt;em&gt;identity&lt;/em&gt; represents an individual user within an organization. Chainguard&amp;rsquo;s IAM model allows administrators to assign identities to specialized &lt;em&gt;roles&lt;/em&gt; which define the level of access that an identity has to the organization&amp;rsquo;s resources. You assign a role by creating a &lt;em&gt;role-binding&lt;/em&gt;, which is what ties an identity to a given role.&lt;/p&gt;
&lt;p&gt;This guide serves as an overview of what roles and role-bindings are within the context of Chainguard. It also outlines how you can manage roles and role-bindings with &lt;code&gt;chainctl&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>How to Install chainctl</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/how-to-install-chainctl/</link><pubDate>Thu, 22 Sep 2022 15:56:52 -0700</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/how-to-install-chainctl/</guid><description>&lt;p&gt;Chainguard&amp;rsquo;s &lt;code&gt;chainctl&lt;/code&gt; command-line interface provides essential tools for managing your container security infrastructure, including image management, identity and access control, and resource monitoring. This CLI enables automation of Chainguard operations and integration with CI/CD pipelines.&lt;/p&gt;
&lt;p&gt;The tool uses the familiar &lt;code&gt;&amp;lt;context&amp;gt; &amp;lt;noun&amp;gt; &amp;lt;verb&amp;gt;&lt;/code&gt; style of CLI interactions. For example, to retrieve a list of all the private Chainguard Containers available to your organization, you can run &lt;code&gt;chainctl images list&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Before we begin, let’s move into a temporary directory that we can work in. Be sure you have curl installed, which you can achieve through visiting the &lt;a href="https://curl.se/download.html"&gt;curl download docs&lt;/a&gt; for your relevant operating system.&lt;/p&gt;</description></item><item><title>Get Started with chainctl</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/getting-started-with-chainctl/</link><pubDate>Mon, 03 Mar 2025 08:49:15 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/getting-started-with-chainctl/</guid><description>&lt;p&gt;Chainguard&amp;rsquo;s &lt;code&gt;chainctl&lt;/code&gt; provides command-line access to manage container images, identity resources, and security configurations across your organization. This guide covers essential commands to begin using &lt;code&gt;chainctl&lt;/code&gt; effectively in your security and DevOps workflows. For comprehensive command documentation, see the &lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/"&gt;chainctl Reference&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="authenticate-and-check-auth-status" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;Authenticate and Check Auth Status&lt;/span&gt;
&lt;a href="#authenticate-and-check-auth-status" class="anchor" aria-label="Link to Authenticate and Check Auth Status" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;To use &lt;code&gt;chainctl&lt;/code&gt;, the first thing you must do is &lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainguard-registry/authenticating/"&gt;authenticate with the Chainguard platform&lt;/a&gt;. Do so with:&lt;/p&gt;</description></item><item><title>Compare chainctl usage with the Chainguard Console</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/comparing-chainctl-to-console/</link><pubDate>Mon, 02 Jun 2025 11:07:52 +0200</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/comparing-chainctl-to-console/</guid><description>&lt;p&gt;Chainguard provides two powerful interfaces for managing container security resources: the web-based Console for visual exploration and the &lt;code&gt;chainctl&lt;/code&gt; CLI for automation and scripting. Understanding when to use each tool maximizes your efficiency in managing Chainguard&amp;rsquo;s security-hardened containers and access controls.&lt;/p&gt;
&lt;h2 id="prerequisites" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;Prerequisites&lt;/span&gt;
&lt;a href="#prerequisites" class="anchor" aria-label="Link to Prerequisites" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;To access the &lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainguard-images/how-to-use/images-directory/"&gt;Chainguard Console&lt;/a&gt; you need to &lt;a href="https://console.chainguard.dev/auth/login"&gt;create an account and sign in&lt;/a&gt;. The Console is accessible to everyone, including users who aren&amp;rsquo;t Chainguard customers.&lt;/p&gt;</description></item><item><title>Manage Your chainctl Configuration</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/manage-chainctl-config/</link><pubDate>Fri, 07 Jul 2023 05:56:52 -0700</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/manage-chainctl-config/</guid><description>&lt;p&gt;Chainguard&amp;rsquo;s &lt;code&gt;chainctl&lt;/code&gt; configuration management enables you to customize CLI behavior, set default organizations, configure output formats, and optimize your workflow for managing container security resources. Proper configuration ensures efficient interaction with Chainguard&amp;rsquo;s platform across different environments and use cases.&lt;/p&gt;
&lt;h2 id="chainctl-config-cli" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl config CLI&lt;/span&gt;
&lt;a href="#chainctl-config-cli" class="anchor" aria-label="Link to chainctl config CLI" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;chainctl&lt;/code&gt; has a local configuration you can manage. To get a list of all options available, you can run:&lt;/p&gt;</description></item><item><title>Find and Update Your chainctl Release Version</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/chainctl-version-update/</link><pubDate>Thu, 06 Mar 2025 08:49:15 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/chainctl-version-update/</guid><description>&lt;p&gt;Chainguard regularly releases updates to &lt;code&gt;chainctl&lt;/code&gt; with new security features, performance improvements, and expanded capabilities for container management. This guide explains how to check your current version and update to the latest release.&lt;/p&gt;
&lt;p&gt;For a full reference of all commands with details and switches, see &lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/"&gt;chainctl Reference&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="view-your-chainctl-version" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;View your chainctl version&lt;/span&gt;
&lt;a href="#view-your-chainctl-version" class="anchor" aria-label="Link to View your chainctl version" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;To see which &lt;code&gt;chainctl&lt;/code&gt; version you have installed, use:&lt;/p&gt;</description></item><item><title>Create, View, and Delete chainctl Events</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/chainctl-events/</link><pubDate>Tue, 06 May 2025 08:49:15 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/chainctl-events/</guid><description>&lt;p&gt;Chainguard&amp;rsquo;s &lt;code&gt;chainctl events&lt;/code&gt; commands provide programmatic access to security event streams using the &lt;a href="https://cloudevents.io/"&gt;CloudEvents&lt;/a&gt; specification. These commands enable you to monitor container activities, security alerts, and supply chain events across your organization for enhanced observability and compliance.&lt;/p&gt;
&lt;p&gt;Chainguard Academy has several deeper guides on &lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/administration/cloudevents/"&gt;Chainguard CloudEvents&lt;/a&gt;. You may find our guide on &lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/administration/cloudevents/events-example/"&gt;Subscribing to Chainguard CloudEvents&lt;/a&gt; to be particularly useful for understanding how to work with events from Chainguard while &lt;a href="https://edu.chainguard.dev/chainguard/administration/cloudevents/events-reference/"&gt;Chainguard Events&lt;/a&gt; provides a deeper dive into the content and make up of events.&lt;/p&gt;</description></item><item><title>Manage Identity and Access with chainctl</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/chainctl-iam/</link><pubDate>Thu, 06 Mar 2025 08:49:15 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/chainctl-iam/</guid><description>&lt;p&gt;Chainguard&amp;rsquo;s identity and access management (IAM) system provides fine-grained control over container registries, security resources, and organizational permissions. The &lt;code&gt;chainctl iam&lt;/code&gt; commands enable you to manage users, roles, identities, and access policies programmatically for enhanced security and compliance.&lt;/p&gt;
&lt;p&gt;For the following, assume that returned information only includes that which your account has permissions to view. Also, actions such as &lt;code&gt;create&lt;/code&gt; and &lt;code&gt;delete&lt;/code&gt; are similarly limited.&lt;/p&gt;
&lt;p&gt;This page is intended as an introductory overview of IAM with chainctl. For a full reference of all commands with details and switches, see &lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/"&gt;chainctl Reference&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>chainctl Usage</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/</link><pubDate>Mon, 03 Mar 2025 08:49:15 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/</guid><description>&lt;p&gt;Chainguard&amp;rsquo;s &lt;code&gt;chainctl&lt;/code&gt; (Chainguard Control) is a command-line interface that provides comprehensive control over your Chainguard resources, including container images, identity management, and security configurations. This CLI tool enables automation and advanced operations beyond what&amp;rsquo;s available in the &lt;ins&gt;&lt;a href="https://console.chainguard.dev"&gt;Chainguard Console&lt;/a&gt;&lt;/ins&gt;, making it essential for DevOps workflows and CI/CD integration.&lt;/p&gt;
&lt;p&gt;Like most control commands that end with &lt;code&gt;ctl&lt;/code&gt;, such as &lt;code&gt;systemctl&lt;/code&gt; or &lt;code&gt;loginctl&lt;/code&gt;, &lt;code&gt;chainctl&lt;/code&gt; uses the familiar &lt;code&gt;&amp;lt;context&amp;gt; &amp;lt;noun&amp;gt; &amp;lt;verb&amp;gt;&lt;/code&gt; syntax.&lt;/p&gt;
&lt;p&gt;This page lists a curated set of &lt;code&gt;chainctl&lt;/code&gt; resources to help you get started.&lt;/p&gt;</description></item><item><title>Manage Chainguard Container Images with chainctl</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/chainctl-images/</link><pubDate>Thu, 06 Mar 2025 08:49:15 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/chainctl-images/</guid><description>&lt;p&gt;Chainguard&amp;rsquo;s &lt;code&gt;chainctl images&lt;/code&gt; commands provide comprehensive tools for managing security-hardened container images in your organization&amp;rsquo;s registry. These commands enable you to discover available images, analyze version histories, examine security metadata, and compare different image versions to make informed deployment decisions.&lt;/p&gt;
&lt;p&gt;For a full reference of all commands with details and switches, see &lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/"&gt;chainctl Reference&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="list-available-chainguard-container-images" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;List Available Chainguard Container Images&lt;/span&gt;
&lt;a href="#list-available-chainguard-container-images" class="anchor" aria-label="Link to List Available Chainguard Container Images" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;When you want to know which Chainguard Containers are available to your account, use the following command:&lt;/p&gt;</description></item><item><title>chainctl Reference</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/</link><pubDate>Tue, 20 Sep 2022 08:49:15 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/</guid><description>&lt;p&gt;The CLI tool &lt;code&gt;chainctl&lt;/code&gt; helps you interact with the account model that Chainguard provides. The tool uses the familiar &lt;code&gt;&amp;lt;context&amp;gt; &amp;lt;noun&amp;gt; &amp;lt;verb&amp;gt;&lt;/code&gt; style of CLI interactions. Below find the current reference for &lt;code&gt;chainctl&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;To install &lt;code&gt;chainctl&lt;/code&gt;, follow our &lt;ins&gt;&lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl-usage/how-to-install-chainctl/"&gt;installation guide&lt;/a&gt;&lt;/ins&gt;. Additionally, you may find these resources on working with &lt;code&gt;chainctl&lt;/code&gt; to be of interest:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;ins&gt;&lt;a href="https://edu.chainguard.dev/chainguard/chainctl-usage/manage-chainctl-config/"&gt;How to Manage chainctl Configuration&lt;/a&gt;&lt;/ins&gt;&lt;/li&gt;
&lt;li&gt;&lt;ins&gt;&lt;a href="https://edu.chainguard.dev/chainguard/chainguard-images/how-to-use/comparing-images/"&gt;How To Compare Chainguard Containers with chainctl&lt;/a&gt;&lt;/ins&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>chainctl</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl/</guid><description>&lt;h2 id="chainctl" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl&lt;/span&gt;
&lt;a href="#chainctl" class="anchor" aria-label="Link to chainctl" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Chainguard Control&lt;/p&gt;</description></item><item><title>chainctl actions</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_actions/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_actions/</guid><description>&lt;h2 id="chainctl-actions" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl actions&lt;/span&gt;
&lt;a href="#chainctl-actions" class="anchor" aria-label="Link to chainctl actions" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Interact with the Chainguard Actions product.&lt;/p&gt;</description></item><item><title>chainctl actions discover</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_actions_discover/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_actions_discover/</guid><description>&lt;h2 id="chainctl-actions-discover" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl actions discover&lt;/span&gt;
&lt;a href="#chainctl-actions-discover" class="anchor" aria-label="Link to chainctl actions discover" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Discover GitHub Actions dependencies used by your workflows.&lt;/p&gt;</description></item><item><title>chainctl actions entitlements</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_actions_entitlements/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_actions_entitlements/</guid><description>&lt;h2 id="chainctl-actions-entitlements" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl actions entitlements&lt;/span&gt;
&lt;a href="#chainctl-actions-entitlements" class="anchor" aria-label="Link to chainctl actions entitlements" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Manage Actions product entitlements.&lt;/p&gt;</description></item><item><title>chainctl actions entitlements create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_actions_entitlements_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_actions_entitlements_create/</guid><description>&lt;h2 id="chainctl-actions-entitlements-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl actions entitlements create&lt;/span&gt;
&lt;a href="#chainctl-actions-entitlements-create" class="anchor" aria-label="Link to chainctl actions entitlements create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Enable the Actions product for an organization.&lt;/p&gt;</description></item><item><title>chainctl actions entitlements delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_actions_entitlements_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_actions_entitlements_delete/</guid><description>&lt;h2 id="chainctl-actions-entitlements-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl actions entitlements delete&lt;/span&gt;
&lt;a href="#chainctl-actions-entitlements-delete" class="anchor" aria-label="Link to chainctl actions entitlements delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Disable the Actions product for an organization.&lt;/p&gt;</description></item><item><title>chainctl actions entitlements list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_actions_entitlements_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_actions_entitlements_list/</guid><description>&lt;h2 id="chainctl-actions-entitlements-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl actions entitlements list&lt;/span&gt;
&lt;a href="#chainctl-actions-entitlements-list" class="anchor" aria-label="Link to chainctl actions entitlements list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List Actions product entitlements for an organization.&lt;/p&gt;</description></item><item><title>chainctl agent</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_agent/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_agent/</guid><description>&lt;h2 id="chainctl-agent" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl agent&lt;/span&gt;
&lt;a href="#chainctl-agent" class="anchor" aria-label="Link to chainctl agent" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Agent-powered commands.&lt;/p&gt;</description></item><item><title>chainctl agent accept-terms</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_agent_accept-terms/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_agent_accept-terms/</guid><description>&lt;h2 id="chainctl-agent-accept-terms" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl agent accept-terms&lt;/span&gt;
&lt;a href="#chainctl-agent-accept-terms" class="anchor" aria-label="Link to chainctl agent accept-terms" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Accept required legal terms.&lt;/p&gt;</description></item><item><title>chainctl auth</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth/</guid><description>&lt;h2 id="chainctl-auth" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl auth&lt;/span&gt;
&lt;a href="#chainctl-auth" class="anchor" aria-label="Link to chainctl auth" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Auth related commands for the Chainguard platform.&lt;/p&gt;</description></item><item><title>chainctl auth configure-docker</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_configure-docker/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_configure-docker/</guid><description>&lt;h2 id="chainctl-auth-configure-docker" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl auth configure-docker&lt;/span&gt;
&lt;a href="#chainctl-auth-configure-docker" class="anchor" aria-label="Link to chainctl auth configure-docker" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Configure a Docker credential helper&lt;/p&gt;</description></item><item><title>chainctl auth configure-npm</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_configure-npm/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_configure-npm/</guid><description>&lt;h2 id="chainctl-auth-configure-npm" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl auth configure-npm&lt;/span&gt;
&lt;a href="#chainctl-auth-configure-npm" class="anchor" aria-label="Link to chainctl auth configure-npm" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Configure npm credentials for Chainguard Libraries for JavaScript&lt;/p&gt;</description></item><item><title>chainctl auth delete-account</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_delete-account/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_delete-account/</guid><description>&lt;h2 id="chainctl-auth-delete-account" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl auth delete-account&lt;/span&gt;
&lt;a href="#chainctl-auth-delete-account" class="anchor" aria-label="Link to chainctl auth delete-account" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Permanently delete your user account.&lt;/p&gt;</description></item><item><title>chainctl auth login</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_login/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_login/</guid><description>&lt;h2 id="chainctl-auth-login" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl auth login&lt;/span&gt;
&lt;a href="#chainctl-auth-login" class="anchor" aria-label="Link to chainctl auth login" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Login to the Chainguard platform.&lt;/p&gt;</description></item><item><title>chainctl auth logout</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_logout/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_logout/</guid><description>&lt;h2 id="chainctl-auth-logout" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl auth logout&lt;/span&gt;
&lt;a href="#chainctl-auth-logout" class="anchor" aria-label="Link to chainctl auth logout" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Logout from the Chainguard platform.&lt;/p&gt;</description></item><item><title>chainctl auth pull-token</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_pull-token/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_pull-token/</guid><description>&lt;h2 id="chainctl-auth-pull-token" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl auth pull-token&lt;/span&gt;
&lt;a href="#chainctl-auth-pull-token" class="anchor" aria-label="Link to chainctl auth pull-token" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create a pull token.&lt;/p&gt;</description></item><item><title>chainctl auth pull-token create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_pull-token_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_pull-token_create/</guid><description>&lt;h2 id="chainctl-auth-pull-token-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl auth pull-token create&lt;/span&gt;
&lt;a href="#chainctl-auth-pull-token-create" class="anchor" aria-label="Link to chainctl auth pull-token create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create a pull token.&lt;/p&gt;</description></item><item><title>chainctl auth pull-token list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_pull-token_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_pull-token_list/</guid><description>&lt;h2 id="chainctl-auth-pull-token-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl auth pull-token list&lt;/span&gt;
&lt;a href="#chainctl-auth-pull-token-list" class="anchor" aria-label="Link to chainctl auth pull-token list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List all pull-tokens&lt;/p&gt;</description></item><item><title>chainctl auth status</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_status/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_status/</guid><description>&lt;h2 id="chainctl-auth-status" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl auth status&lt;/span&gt;
&lt;a href="#chainctl-auth-status" class="anchor" aria-label="Link to chainctl auth status" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Inspect the local Chainguard Token.&lt;/p&gt;</description></item><item><title>chainctl auth token</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_token/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_token/</guid><description>&lt;h2 id="chainctl-auth-token" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl auth token&lt;/span&gt;
&lt;a href="#chainctl-auth-token" class="anchor" aria-label="Link to chainctl auth token" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Print the local Chainguard Token.&lt;/p&gt;</description></item><item><title>chainctl auth token capabilities</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_token_capabilities/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_token_capabilities/</guid><description>&lt;h2 id="chainctl-auth-token-capabilities" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl auth token capabilities&lt;/span&gt;
&lt;a href="#chainctl-auth-token-capabilities" class="anchor" aria-label="Link to chainctl auth token capabilities" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Print the capabilities of the local Chainguard Token.&lt;/p&gt;</description></item><item><title>chainctl config</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config/</guid><description>&lt;h2 id="chainctl-config" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl config&lt;/span&gt;
&lt;a href="#chainctl-config" class="anchor" aria-label="Link to chainctl config" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Local config file commands for chainctl.&lt;/p&gt;</description></item><item><title>chainctl config edit</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_edit/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_edit/</guid><description>&lt;h2 id="chainctl-config-edit" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl config edit&lt;/span&gt;
&lt;a href="#chainctl-config-edit" class="anchor" aria-label="Link to chainctl config edit" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Edit the current chainctl config file.&lt;/p&gt;</description></item><item><title>chainctl config reset</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_reset/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_reset/</guid><description>&lt;h2 id="chainctl-config-reset" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl config reset&lt;/span&gt;
&lt;a href="#chainctl-config-reset" class="anchor" aria-label="Link to chainctl config reset" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Remove local chainctl config files and restore defaults.&lt;/p&gt;</description></item><item><title>chainctl config save</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_save/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_save/</guid><description>&lt;h2 id="chainctl-config-save" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl config save&lt;/span&gt;
&lt;a href="#chainctl-config-save" class="anchor" aria-label="Link to chainctl config save" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Save the current chainctl config to a config file.&lt;/p&gt;</description></item><item><title>chainctl config set</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_set/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_set/</guid><description>&lt;h2 id="chainctl-config-set" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl config set&lt;/span&gt;
&lt;a href="#chainctl-config-set" class="anchor" aria-label="Link to chainctl config set" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Set an individual configuration value property.&lt;/p&gt;</description></item><item><title>chainctl config unset</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_unset/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_unset/</guid><description>&lt;h2 id="chainctl-config-unset" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl config unset&lt;/span&gt;
&lt;a href="#chainctl-config-unset" class="anchor" aria-label="Link to chainctl config unset" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Unset a configuration property and return it to default.&lt;/p&gt;</description></item><item><title>chainctl config validate</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_validate/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_validate/</guid><description>&lt;h2 id="chainctl-config-validate" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl config validate&lt;/span&gt;
&lt;a href="#chainctl-config-validate" class="anchor" aria-label="Link to chainctl config validate" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Run diagnostics on local config.&lt;/p&gt;</description></item><item><title>chainctl config view</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_view/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_config_view/</guid><description>&lt;h2 id="chainctl-config-view" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl config view&lt;/span&gt;
&lt;a href="#chainctl-config-view" class="anchor" aria-label="Link to chainctl config view" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;View the current chainctl config.&lt;/p&gt;</description></item><item><title>chainctl events</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_events/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_events/</guid><description>&lt;h2 id="chainctl-events" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl events&lt;/span&gt;
&lt;a href="#chainctl-events" class="anchor" aria-label="Link to chainctl events" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Events related commands for the Chainguard platform.&lt;/p&gt;</description></item><item><title>chainctl events subscriptions</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions/</guid><description>&lt;h2 id="chainctl-events-subscriptions" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl events subscriptions&lt;/span&gt;
&lt;a href="#chainctl-events-subscriptions" class="anchor" aria-label="Link to chainctl events subscriptions" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Subscription interactions.&lt;/p&gt;</description></item><item><title>chainctl events subscriptions create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_create/</guid><description>&lt;h2 id="chainctl-events-subscriptions-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl events subscriptions create&lt;/span&gt;
&lt;a href="#chainctl-events-subscriptions-create" class="anchor" aria-label="Link to chainctl events subscriptions create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Subscribe to events under an organization or folder.&lt;/p&gt;</description></item><item><title>chainctl events subscriptions delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_delete/</guid><description>&lt;h2 id="chainctl-events-subscriptions-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl events subscriptions delete&lt;/span&gt;
&lt;a href="#chainctl-events-subscriptions-delete" class="anchor" aria-label="Link to chainctl events subscriptions delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete a subscription.&lt;/p&gt;</description></item><item><title>chainctl events subscriptions list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_events_subscriptions_list/</guid><description>&lt;h2 id="chainctl-events-subscriptions-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl events subscriptions list&lt;/span&gt;
&lt;a href="#chainctl-events-subscriptions-list" class="anchor" aria-label="Link to chainctl events subscriptions list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List subscriptions.&lt;/p&gt;</description></item><item><title>chainctl iam</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam/</guid><description>&lt;h2 id="chainctl-iam" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam&lt;/span&gt;
&lt;a href="#chainctl-iam" class="anchor" aria-label="Link to chainctl iam" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;IAM related commands for the Chainguard platform.&lt;/p&gt;</description></item><item><title>chainctl iam account-associations</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations/</guid><description>&lt;h2 id="chainctl-iam-account-associations" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations" class="anchor" aria-label="Link to chainctl iam account-associations" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Configure and manage cloud provider account associations.&lt;/p&gt;</description></item><item><title>chainctl iam account-associations check</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check/</guid><description>&lt;h2 id="chainctl-iam-account-associations-check" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations check&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-check" class="anchor" aria-label="Link to chainctl iam account-associations check" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Check the OIDC federation configurations for cloud providers.&lt;/p&gt;</description></item><item><title>chainctl iam account-associations check aws</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_aws/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_aws/</guid><description>&lt;h2 id="chainctl-iam-account-associations-check-aws" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations check aws&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-check-aws" class="anchor" aria-label="Link to chainctl iam account-associations check aws" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Checks that the given location has been properly configured for OIDC federation with AWS&lt;/p&gt;</description></item><item><title>chainctl iam account-associations check azure</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_azure/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_azure/</guid><description>&lt;h2 id="chainctl-iam-account-associations-check-azure" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations check azure&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-check-azure" class="anchor" aria-label="Link to chainctl iam account-associations check azure" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Checks that the given location has been properly configured for OIDC federation with AZURE&lt;/p&gt;</description></item><item><title>chainctl iam account-associations check gcp</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_gcp/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_check_gcp/</guid><description>&lt;h2 id="chainctl-iam-account-associations-check-gcp" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations check gcp&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-check-gcp" class="anchor" aria-label="Link to chainctl iam account-associations check gcp" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Checks that the given location has been properly configured for OIDC federation with GCP&lt;/p&gt;</description></item><item><title>chainctl iam account-associations describe</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_describe/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_describe/</guid><description>&lt;h2 id="chainctl-iam-account-associations-describe" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations describe&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-describe" class="anchor" aria-label="Link to chainctl iam account-associations describe" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Describe cloud provider account associations for a location.&lt;/p&gt;</description></item><item><title>chainctl iam account-associations set</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set/</guid><description>&lt;h2 id="chainctl-iam-account-associations-set" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations set&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-set" class="anchor" aria-label="Link to chainctl iam account-associations set" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Set cloud provider account associations for a location.&lt;/p&gt;</description></item><item><title>chainctl iam account-associations set aws</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_aws/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_aws/</guid><description>&lt;h2 id="chainctl-iam-account-associations-set-aws" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations set aws&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-set-aws" class="anchor" aria-label="Link to chainctl iam account-associations set aws" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Set AWS account association for a location.&lt;/p&gt;</description></item><item><title>chainctl iam account-associations set azure</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_azure/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_azure/</guid><description>&lt;h2 id="chainctl-iam-account-associations-set-azure" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations set azure&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-set-azure" class="anchor" aria-label="Link to chainctl iam account-associations set azure" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Set AZURE account association for a location.&lt;/p&gt;</description></item><item><title>chainctl iam account-associations set gcp</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_gcp/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_set_gcp/</guid><description>&lt;h2 id="chainctl-iam-account-associations-set-gcp" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations set gcp&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-set-gcp" class="anchor" aria-label="Link to chainctl iam account-associations set gcp" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Set GCP account association for a location.&lt;/p&gt;</description></item><item><title>chainctl iam account-associations unset</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset/</guid><description>&lt;h2 id="chainctl-iam-account-associations-unset" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations unset&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-unset" class="anchor" aria-label="Link to chainctl iam account-associations unset" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Remove cloud provider account associations from a location.&lt;/p&gt;</description></item><item><title>chainctl iam account-associations unset aws</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_aws/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_aws/</guid><description>&lt;h2 id="chainctl-iam-account-associations-unset-aws" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations unset aws&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-unset-aws" class="anchor" aria-label="Link to chainctl iam account-associations unset aws" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Remove AWS account configuration for a location.&lt;/p&gt;</description></item><item><title>chainctl iam account-associations unset azure</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_azure/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_azure/</guid><description>&lt;h2 id="chainctl-iam-account-associations-unset-azure" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations unset azure&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-unset-azure" class="anchor" aria-label="Link to chainctl iam account-associations unset azure" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Remove AZURE account configuration for a location.&lt;/p&gt;</description></item><item><title>chainctl iam account-associations unset gcp</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_gcp/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_account-associations_unset_gcp/</guid><description>&lt;h2 id="chainctl-iam-account-associations-unset-gcp" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam account-associations unset gcp&lt;/span&gt;
&lt;a href="#chainctl-iam-account-associations-unset-gcp" class="anchor" aria-label="Link to chainctl iam account-associations unset gcp" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Remove GCP account configuration for a location.&lt;/p&gt;</description></item><item><title>chainctl iam external-group-role-mappings</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_external-group-role-mappings/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_external-group-role-mappings/</guid><description>&lt;h2 id="chainctl-iam-external-group-role-mappings" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam external-group-role-mappings&lt;/span&gt;
&lt;a href="#chainctl-iam-external-group-role-mappings" class="anchor" aria-label="Link to chainctl iam external-group-role-mappings" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Manage IdP group-to-role mappings.&lt;/p&gt;</description></item><item><title>chainctl iam external-group-role-mappings create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_external-group-role-mappings_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_external-group-role-mappings_create/</guid><description>&lt;h2 id="chainctl-iam-external-group-role-mappings-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam external-group-role-mappings create&lt;/span&gt;
&lt;a href="#chainctl-iam-external-group-role-mappings-create" class="anchor" aria-label="Link to chainctl iam external-group-role-mappings create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create an IdP group-to-role mapping.&lt;/p&gt;</description></item><item><title>chainctl iam external-group-role-mappings delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_external-group-role-mappings_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_external-group-role-mappings_delete/</guid><description>&lt;h2 id="chainctl-iam-external-group-role-mappings-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam external-group-role-mappings delete&lt;/span&gt;
&lt;a href="#chainctl-iam-external-group-role-mappings-delete" class="anchor" aria-label="Link to chainctl iam external-group-role-mappings delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete an IdP group-to-role mapping.&lt;/p&gt;</description></item><item><title>chainctl iam external-group-role-mappings list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_external-group-role-mappings_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_external-group-role-mappings_list/</guid><description>&lt;h2 id="chainctl-iam-external-group-role-mappings-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam external-group-role-mappings list&lt;/span&gt;
&lt;a href="#chainctl-iam-external-group-role-mappings-list" class="anchor" aria-label="Link to chainctl iam external-group-role-mappings list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List IdP group-to-role mappings.&lt;/p&gt;</description></item><item><title>chainctl iam folders</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_folders/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_folders/</guid><description>&lt;h2 id="chainctl-iam-folders" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam folders&lt;/span&gt;
&lt;a href="#chainctl-iam-folders" class="anchor" aria-label="Link to chainctl iam folders" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;IAM folders interactions.&lt;/p&gt;</description></item><item><title>chainctl iam folders delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_folders_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_folders_delete/</guid><description>&lt;h2 id="chainctl-iam-folders-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam folders delete&lt;/span&gt;
&lt;a href="#chainctl-iam-folders-delete" class="anchor" aria-label="Link to chainctl iam folders delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete a folder.&lt;/p&gt;</description></item><item><title>chainctl iam folders describe</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_folders_describe/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_folders_describe/</guid><description>&lt;h2 id="chainctl-iam-folders-describe" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam folders describe&lt;/span&gt;
&lt;a href="#chainctl-iam-folders-describe" class="anchor" aria-label="Link to chainctl iam folders describe" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Describe a folder.&lt;/p&gt;</description></item><item><title>chainctl iam folders list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_folders_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_folders_list/</guid><description>&lt;h2 id="chainctl-iam-folders-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam folders list&lt;/span&gt;
&lt;a href="#chainctl-iam-folders-list" class="anchor" aria-label="Link to chainctl iam folders list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List folders under an organization.&lt;/p&gt;</description></item><item><title>chainctl iam folders update</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_folders_update/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_folders_update/</guid><description>&lt;h2 id="chainctl-iam-folders-update" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam folders update&lt;/span&gt;
&lt;a href="#chainctl-iam-folders-update" class="anchor" aria-label="Link to chainctl iam folders update" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Update a folder.&lt;/p&gt;</description></item><item><title>chainctl iam identities</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities/</guid><description>&lt;h2 id="chainctl-iam-identities" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identities&lt;/span&gt;
&lt;a href="#chainctl-iam-identities" class="anchor" aria-label="Link to chainctl iam identities" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Identity management.&lt;/p&gt;</description></item><item><title>chainctl iam identities create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create/</guid><description>&lt;h2 id="chainctl-iam-identities-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identities create&lt;/span&gt;
&lt;a href="#chainctl-iam-identities-create" class="anchor" aria-label="Link to chainctl iam identities create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create a new identity.&lt;/p&gt;</description></item><item><title>chainctl iam identities create aws</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_aws/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_aws/</guid><description>&lt;h2 id="chainctl-iam-identities-create-aws" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identities create aws&lt;/span&gt;
&lt;a href="#chainctl-iam-identities-create-aws" class="anchor" aria-label="Link to chainctl iam identities create aws" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create a new identity for an AWS IAM resource.&lt;/p&gt;</description></item><item><title>chainctl iam identities create aws role</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_aws_role/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_aws_role/</guid><description>&lt;h2 id="chainctl-iam-identities-create-aws-role" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identities create aws role&lt;/span&gt;
&lt;a href="#chainctl-iam-identities-create-aws-role" class="anchor" aria-label="Link to chainctl iam identities create aws role" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt;chainctl iam identities create aws role NAME --aws-account-id=ACCOUNT --aws-role-name=NAME [--aws-role-id=ID] [--aws-partition=PARTITION] [--parent=PARENT] [--description=DESC] [--role=ROLE,ROLE,...] [--output=id|json|table]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;Examples&lt;/span&gt;
&lt;a href="#examples" class="anchor" aria-label="Link to Examples" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt; # Create an assumable identity for an AWS IAM role.
chainctl iam identities create aws role my-aws-identity --aws-account-id=123456789012 --aws-role-name=my-role
# Create an assumable identity for an AWS IAM role. Bind it to the registry.pull role.
chainctl iam identities create aws role my-aws-identity --aws-account-id=123456789012 --aws-role-name=my-role --role=registry.pull
# Provide the unique ID of an AWS IAM role. This prevents the identity from being assumed if the role is deleted and then recreated with the same name.
chainctl iam identities create aws role my-aws-identity --aws-account-id=123456789012 --aws-role-name=my-role --aws-role-id=AROAEXAMPLEC2UL7LUB
# Create an assumable identity for an AWS IAM role in the aws-us-gov partition.
chainctl iam identities create aws role my-aws-identity --aws-partition=aws-us-gov --aws-account-id=123456789012 --aws-role-name=my-role&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;Options&lt;/span&gt;
&lt;a href="#options" class="anchor" aria-label="Link to Options" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt; --aws-account-id string The ID of the AWS account.
--aws-partition string The partition in which the role is located. For instance: aws, aws-cn or aws-us-gov. (default &amp;#34;aws&amp;#34;)
--aws-role-id string The unique ID of the IAM role.
--aws-role-name string The name of the IAM role.
-d, --description string The description of the resource.
-n, --name string Given name of the resource.
--parent string The name or id of the parent location to create this identity under.
--role strings A comma separated list of names or IDs of roles to bind this identity to (optional).
-y, --yes Automatic yes to prompts; assume &amp;#34;yes&amp;#34; as answer to all prompts and run non-interactively.&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;Options inherited from parent commands&lt;/span&gt;
&lt;a href="#options-inherited-from-parent-commands" class="anchor" aria-label="Link to Options inherited from parent commands" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt; --api string The url of the Chainguard platform API. (default &amp;#34;https://console-api.enforce.dev&amp;#34;)
--audience string The Chainguard token audience to request. (default &amp;#34;https://console-api.enforce.dev&amp;#34;)
--config string A specific chainctl config file. Uses CHAINCTL_CONFIG environment variable if a file is not passed explicitly.
--console string The url of the Chainguard platform Console. (default &amp;#34;https://console.chainguard.dev&amp;#34;)
--force-color Force color output even when stdout is not a TTY.
-h, --help Help for chainctl
--issuer string The url of the Chainguard STS endpoint. (default &amp;#34;https://issuer.enforce.dev&amp;#34;)
--log-level string Set the log level (debug, info) (default &amp;#34;ERROR&amp;#34;)
-o, --output string Output format. One of: [csv, env, go-template, id, json, markdown, none, table, terse, tree, wide]
-v, --v int Set the log verbosity level.&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;SEE ALSO&lt;/span&gt;
&lt;a href="#see-also" class="anchor" aria-label="Link to SEE ALSO" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_aws/"&gt;chainctl iam identities create aws&lt;/a&gt; - Create a new identity for an AWS IAM resource.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>chainctl iam identities create aws user</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_aws_user/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_aws_user/</guid><description>&lt;h2 id="chainctl-iam-identities-create-aws-user" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identities create aws user&lt;/span&gt;
&lt;a href="#chainctl-iam-identities-create-aws-user" class="anchor" aria-label="Link to chainctl iam identities create aws user" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt;chainctl iam identities create aws user NAME --aws-account-id=ACCOUNT --aws-user-name=NAME [--aws-user-id=ID] [--aws-partition=PARTITION] [--parent=PARENT] [--description=DESC] [--role=ROLE,ROLE,...] [--output=id|json|table]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;Examples&lt;/span&gt;
&lt;a href="#examples" class="anchor" aria-label="Link to Examples" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt; # Create an assumable identity for an IAM user
chainctl iam identities create aws user my-aws-identity --aws-account-id=123456789012 --aws-user-name=my-user
# Create an assumable identity for an IAM user. Bind it to the registry.pull role.
chainctl iam identities create aws user my-aws-identity --aws-account-id=123456789012 --aws-user-name=my-user --role=registry.pull
# Provide the unique ID of the user. This prevents the identity from being assumed if the user is deleted and then recreated with the same name.
chainctl iam identities create aws user my-aws-identity --aws-account-id=123456789012 --aws-user-name=my-user --aws-user-id=AIDAEXAMPLEC2UL7LUB
# Create an assumable identity for a user in the aws-us-gov partition
chainctl iam identities create aws user my-aws-identity --aws-partition=aws-us-gov --aws-account-id=123456789012 --aws-user-name=my-user&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;Options&lt;/span&gt;
&lt;a href="#options" class="anchor" aria-label="Link to Options" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt; --aws-account-id string The ID of the AWS account.
--aws-partition string The partition in which the user is located. For instance: aws, aws-cn or aws-us-gov. (default &amp;#34;aws&amp;#34;)
--aws-user-id string The unique ID of the IAM user.
--aws-user-name string The name of the IAM user.
-d, --description string The description of the resource.
-n, --name string Given name of the resource.
--parent string The name or id of the parent location to create this identity under.
--role strings A comma separated list of names or IDs of roles to bind this identity to (optional).
-y, --yes Automatic yes to prompts; assume &amp;#34;yes&amp;#34; as answer to all prompts and run non-interactively.&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;Options inherited from parent commands&lt;/span&gt;
&lt;a href="#options-inherited-from-parent-commands" class="anchor" aria-label="Link to Options inherited from parent commands" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt; --api string The url of the Chainguard platform API. (default &amp;#34;https://console-api.enforce.dev&amp;#34;)
--audience string The Chainguard token audience to request. (default &amp;#34;https://console-api.enforce.dev&amp;#34;)
--config string A specific chainctl config file. Uses CHAINCTL_CONFIG environment variable if a file is not passed explicitly.
--console string The url of the Chainguard platform Console. (default &amp;#34;https://console.chainguard.dev&amp;#34;)
--force-color Force color output even when stdout is not a TTY.
-h, --help Help for chainctl
--issuer string The url of the Chainguard STS endpoint. (default &amp;#34;https://issuer.enforce.dev&amp;#34;)
--log-level string Set the log level (debug, info) (default &amp;#34;ERROR&amp;#34;)
-o, --output string Output format. One of: [csv, env, go-template, id, json, markdown, none, table, terse, tree, wide]
-v, --v int Set the log verbosity level.&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;SEE ALSO&lt;/span&gt;
&lt;a href="#see-also" class="anchor" aria-label="Link to SEE ALSO" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_aws/"&gt;chainctl iam identities create aws&lt;/a&gt; - Create a new identity for an AWS IAM resource.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>chainctl iam identities create github</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_github/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_github/</guid><description>&lt;h2 id="chainctl-iam-identities-create-github" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identities create github&lt;/span&gt;
&lt;a href="#chainctl-iam-identities-create-github" class="anchor" aria-label="Link to chainctl iam identities create github" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt;chainctl iam identities create github NAME --github-repo=REPO [--github-ref=REF] [--github-audience=AUD] [--parent=PARENT] [--description=DESC] [--role=ROLE,ROLE,...] [--output=id|json|table]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;Examples&lt;/span&gt;
&lt;a href="#examples" class="anchor" aria-label="Link to Examples" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt; # Create a GitHub Actions identity for any branch in a repo
chainctl iam identities create github my-gha-identity --github-repo=my-org/repo-name --parent=eng-org
# Create a GitHub Actions identity for a given branch in a repo and bind to a role
chainctl iam identities create github my-gha-identity --github-repo=my-org/repo-name --github-ref=refs/heads/test-branch --role=owner&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;Options&lt;/span&gt;
&lt;a href="#options" class="anchor" aria-label="Link to Options" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt; -d, --description string The description of the resource.
--github-audience string The audience for the GitHub OIDC token
--github-ref string The branch reference for the executing action (optional).
--github-repo string The name of a GitHub repo where the action executes.
-n, --name string Given name of the resource.
--parent string The name or id of the parent location to create this identity under.
--role strings A comma separated list of names or IDs of roles to bind this identity to (optional).
-y, --yes Automatic yes to prompts; assume &amp;#34;yes&amp;#34; as answer to all prompts and run non-interactively.&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;Options inherited from parent commands&lt;/span&gt;
&lt;a href="#options-inherited-from-parent-commands" class="anchor" aria-label="Link to Options inherited from parent commands" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt; --api string The url of the Chainguard platform API. (default &amp;#34;https://console-api.enforce.dev&amp;#34;)
--audience string The Chainguard token audience to request. (default &amp;#34;https://console-api.enforce.dev&amp;#34;)
--config string A specific chainctl config file. Uses CHAINCTL_CONFIG environment variable if a file is not passed explicitly.
--console string The url of the Chainguard platform Console. (default &amp;#34;https://console.chainguard.dev&amp;#34;)
--force-color Force color output even when stdout is not a TTY.
-h, --help Help for chainctl
--issuer string The url of the Chainguard STS endpoint. (default &amp;#34;https://issuer.enforce.dev&amp;#34;)
--log-level string Set the log level (debug, info) (default &amp;#34;ERROR&amp;#34;)
-o, --output string Output format. One of: [csv, env, go-template, id, json, markdown, none, table, terse, tree, wide]
-v, --v int Set the log verbosity level.&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;SEE ALSO&lt;/span&gt;
&lt;a href="#see-also" class="anchor" aria-label="Link to SEE ALSO" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create/"&gt;chainctl iam identities create&lt;/a&gt; - Create a new identity.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>chainctl iam identities create gitlab</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_gitlab/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create_gitlab/</guid><description>&lt;h2 id="chainctl-iam-identities-create-gitlab" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identities create gitlab&lt;/span&gt;
&lt;a href="#chainctl-iam-identities-create-gitlab" class="anchor" aria-label="Link to chainctl iam identities create gitlab" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt;chainctl iam identities create gitlab NAME --project-path=GITLAB-GROUP/GITLAB-PROJECT --ref-type={tag|branch} [--ref=REF] [--parent=PARENT] [--description=DESC] [--role=ROLE,ROLE,...] [--output=id|json|table]&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="examples" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;Examples&lt;/span&gt;
&lt;a href="#examples" class="anchor" aria-label="Link to Examples" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt; # Create a Gitlab CI identity for any branch in a given Gitlab project
chainctl iam identities create gitlab my-gitlab-identity --project-path=my-group/my-project --ref-type=branch --parent=eng-org
# Create a Gitlab CI identity for a given branch in a Gitlab project and bind to a role
chainctl iam identities create gitlab my-gitlab-identity --project-path=my-group/my-project --ref-type=branch --ref=main --role=owner&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;Options&lt;/span&gt;
&lt;a href="#options" class="anchor" aria-label="Link to Options" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt; -d, --description string The description of the resource.
-n, --name string Given name of the resource.
--parent string The name or id of the parent location to create this identity under.
--project-path string The name of a Gitlab project where the action executes in the form &amp;#34;group-name/project-name[/foo/bar]&amp;#34;. You can use a &amp;#34;*&amp;#34; for project-name (or sub-projects) to match any project in the group.
--ref string The reference for the executing action. If left empty or &amp;#34;*&amp;#34;, all references will match.
--ref-type string The type of reference for the executing action, must be either &amp;#34;tag&amp;#34; or &amp;#34;branch&amp;#34;.
--role strings A comma separated list of names or IDs of roles to bind this identity to (optional).
-y, --yes Automatic yes to prompts; assume &amp;#34;yes&amp;#34; as answer to all prompts and run non-interactively.&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="options-inherited-from-parent-commands" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;Options inherited from parent commands&lt;/span&gt;
&lt;a href="#options-inherited-from-parent-commands" class="anchor" aria-label="Link to Options inherited from parent commands" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;pre class="highlight" data-language=""&gt;&lt;code class="language-" data-lang=""&gt; --api string The url of the Chainguard platform API. (default &amp;#34;https://console-api.enforce.dev&amp;#34;)
--audience string The Chainguard token audience to request. (default &amp;#34;https://console-api.enforce.dev&amp;#34;)
--config string A specific chainctl config file. Uses CHAINCTL_CONFIG environment variable if a file is not passed explicitly.
--console string The url of the Chainguard platform Console. (default &amp;#34;https://console.chainguard.dev&amp;#34;)
--force-color Force color output even when stdout is not a TTY.
-h, --help Help for chainctl
--issuer string The url of the Chainguard STS endpoint. (default &amp;#34;https://issuer.enforce.dev&amp;#34;)
--log-level string Set the log level (debug, info) (default &amp;#34;ERROR&amp;#34;)
-o, --output string Output format. One of: [csv, env, go-template, id, json, markdown, none, table, terse, tree, wide]
-v, --v int Set the log verbosity level.&lt;/code&gt;&lt;/pre&gt;&lt;h3 id="see-also" class="heading-3" data-heading-level="3"&gt;
&lt;span class="heading-text"&gt;SEE ALSO&lt;/span&gt;
&lt;a href="#see-also" class="anchor" aria-label="Link to SEE ALSO" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_create/"&gt;chainctl iam identities create&lt;/a&gt; - Create a new identity.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>chainctl iam identities delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_delete/</guid><description>&lt;h2 id="chainctl-iam-identities-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identities delete&lt;/span&gt;
&lt;a href="#chainctl-iam-identities-delete" class="anchor" aria-label="Link to chainctl iam identities delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete one or more identities.&lt;/p&gt;</description></item><item><title>chainctl iam identities describe</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_describe/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_describe/</guid><description>&lt;h2 id="chainctl-iam-identities-describe" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identities describe&lt;/span&gt;
&lt;a href="#chainctl-iam-identities-describe" class="anchor" aria-label="Link to chainctl iam identities describe" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;View the details of an identity.&lt;/p&gt;</description></item><item><title>chainctl iam identities list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_list/</guid><description>&lt;h2 id="chainctl-iam-identities-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identities list&lt;/span&gt;
&lt;a href="#chainctl-iam-identities-list" class="anchor" aria-label="Link to chainctl iam identities list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List identities.&lt;/p&gt;</description></item><item><title>chainctl iam identities update</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_update/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identities_update/</guid><description>&lt;h2 id="chainctl-iam-identities-update" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identities update&lt;/span&gt;
&lt;a href="#chainctl-iam-identities-update" class="anchor" aria-label="Link to chainctl iam identities update" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Update an identity&lt;/p&gt;</description></item><item><title>chainctl iam identity-providers</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers/</guid><description>&lt;h2 id="chainctl-iam-identity-providers" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identity-providers&lt;/span&gt;
&lt;a href="#chainctl-iam-identity-providers" class="anchor" aria-label="Link to chainctl iam identity-providers" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;customer managed identity provider management&lt;/p&gt;</description></item><item><title>chainctl iam identity-providers create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_create/</guid><description>&lt;h2 id="chainctl-iam-identity-providers-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identity-providers create&lt;/span&gt;
&lt;a href="#chainctl-iam-identity-providers-create" class="anchor" aria-label="Link to chainctl iam identity-providers create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create an identity provider&lt;/p&gt;</description></item><item><title>chainctl iam identity-providers delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_delete/</guid><description>&lt;h2 id="chainctl-iam-identity-providers-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identity-providers delete&lt;/span&gt;
&lt;a href="#chainctl-iam-identity-providers-delete" class="anchor" aria-label="Link to chainctl iam identity-providers delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete an identity provider.&lt;/p&gt;</description></item><item><title>chainctl iam identity-providers list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_list/</guid><description>&lt;h2 id="chainctl-iam-identity-providers-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identity-providers list&lt;/span&gt;
&lt;a href="#chainctl-iam-identity-providers-list" class="anchor" aria-label="Link to chainctl iam identity-providers list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List identity providers.&lt;/p&gt;</description></item><item><title>chainctl iam identity-providers update</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_update/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_identity-providers_update/</guid><description>&lt;h2 id="chainctl-iam-identity-providers-update" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam identity-providers update&lt;/span&gt;
&lt;a href="#chainctl-iam-identity-providers-update" class="anchor" aria-label="Link to chainctl iam identity-providers update" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Update an identity provider&lt;/p&gt;</description></item><item><title>chainctl iam invites</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_invites/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_invites/</guid><description>&lt;h2 id="chainctl-iam-invites" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam invites&lt;/span&gt;
&lt;a href="#chainctl-iam-invites" class="anchor" aria-label="Link to chainctl iam invites" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Manage invite codes that register identities with Chainguard.&lt;/p&gt;</description></item><item><title>chainctl iam invites create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_create/</guid><description>&lt;h2 id="chainctl-iam-invites-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam invites create&lt;/span&gt;
&lt;a href="#chainctl-iam-invites-create" class="anchor" aria-label="Link to chainctl iam invites create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Generate an invite code to identities with Chainguard.&lt;/p&gt;</description></item><item><title>chainctl iam invites delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_delete/</guid><description>&lt;h2 id="chainctl-iam-invites-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam invites delete&lt;/span&gt;
&lt;a href="#chainctl-iam-invites-delete" class="anchor" aria-label="Link to chainctl iam invites delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete invite codes&lt;/p&gt;</description></item><item><title>chainctl iam invites list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_invites_list/</guid><description>&lt;h2 id="chainctl-iam-invites-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam invites list&lt;/span&gt;
&lt;a href="#chainctl-iam-invites-list" class="anchor" aria-label="Link to chainctl iam invites list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List organization and folder invites.&lt;/p&gt;</description></item><item><title>chainctl iam organizations</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_organizations/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_organizations/</guid><description>&lt;h2 id="chainctl-iam-organizations" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam organizations&lt;/span&gt;
&lt;a href="#chainctl-iam-organizations" class="anchor" aria-label="Link to chainctl iam organizations" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;IAM organization interactions.&lt;/p&gt;</description></item><item><title>chainctl iam organizations delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_organizations_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_organizations_delete/</guid><description>&lt;h2 id="chainctl-iam-organizations-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam organizations delete&lt;/span&gt;
&lt;a href="#chainctl-iam-organizations-delete" class="anchor" aria-label="Link to chainctl iam organizations delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete an organization.&lt;/p&gt;</description></item><item><title>chainctl iam organizations describe</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_organizations_describe/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_organizations_describe/</guid><description>&lt;h2 id="chainctl-iam-organizations-describe" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam organizations describe&lt;/span&gt;
&lt;a href="#chainctl-iam-organizations-describe" class="anchor" aria-label="Link to chainctl iam organizations describe" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Describe an organization.&lt;/p&gt;</description></item><item><title>chainctl iam organizations list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_organizations_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_organizations_list/</guid><description>&lt;h2 id="chainctl-iam-organizations-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam organizations list&lt;/span&gt;
&lt;a href="#chainctl-iam-organizations-list" class="anchor" aria-label="Link to chainctl iam organizations list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List organizations.&lt;/p&gt;</description></item><item><title>chainctl iam role-bindings</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings/</guid><description>&lt;h2 id="chainctl-iam-role-bindings" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam role-bindings&lt;/span&gt;
&lt;a href="#chainctl-iam-role-bindings" class="anchor" aria-label="Link to chainctl iam role-bindings" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;IAM role-bindings resource interactions.&lt;/p&gt;</description></item><item><title>chainctl iam role-bindings create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_create/</guid><description>&lt;h2 id="chainctl-iam-role-bindings-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam role-bindings create&lt;/span&gt;
&lt;a href="#chainctl-iam-role-bindings-create" class="anchor" aria-label="Link to chainctl iam role-bindings create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create a role-binding&lt;/p&gt;</description></item><item><title>chainctl iam role-bindings delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_delete/</guid><description>&lt;h2 id="chainctl-iam-role-bindings-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam role-bindings delete&lt;/span&gt;
&lt;a href="#chainctl-iam-role-bindings-delete" class="anchor" aria-label="Link to chainctl iam role-bindings delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete a role-binding.&lt;/p&gt;</description></item><item><title>chainctl iam role-bindings list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_list/</guid><description>&lt;h2 id="chainctl-iam-role-bindings-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam role-bindings list&lt;/span&gt;
&lt;a href="#chainctl-iam-role-bindings-list" class="anchor" aria-label="Link to chainctl iam role-bindings list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List role-bindings.&lt;/p&gt;</description></item><item><title>chainctl iam role-bindings update</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_update/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_role-bindings_update/</guid><description>&lt;h2 id="chainctl-iam-role-bindings-update" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam role-bindings update&lt;/span&gt;
&lt;a href="#chainctl-iam-role-bindings-update" class="anchor" aria-label="Link to chainctl iam role-bindings update" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Update a role-binding.&lt;/p&gt;</description></item><item><title>chainctl iam roles</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles/</guid><description>&lt;h2 id="chainctl-iam-roles" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam roles&lt;/span&gt;
&lt;a href="#chainctl-iam-roles" class="anchor" aria-label="Link to chainctl iam roles" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;IAM role resource interactions.&lt;/p&gt;</description></item><item><title>chainctl iam roles capabilities</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities/</guid><description>&lt;h2 id="chainctl-iam-roles-capabilities" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam roles capabilities&lt;/span&gt;
&lt;a href="#chainctl-iam-roles-capabilities" class="anchor" aria-label="Link to chainctl iam roles capabilities" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;IAM role capabilities&lt;/p&gt;</description></item><item><title>chainctl iam roles capabilities list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_capabilities_list/</guid><description>&lt;h2 id="chainctl-iam-roles-capabilities-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam roles capabilities list&lt;/span&gt;
&lt;a href="#chainctl-iam-roles-capabilities-list" class="anchor" aria-label="Link to chainctl iam roles capabilities list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List IAM role capabilities.&lt;/p&gt;</description></item><item><title>chainctl iam roles create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_create/</guid><description>&lt;h2 id="chainctl-iam-roles-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam roles create&lt;/span&gt;
&lt;a href="#chainctl-iam-roles-create" class="anchor" aria-label="Link to chainctl iam roles create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create an IAM role.&lt;/p&gt;</description></item><item><title>chainctl iam roles delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_delete/</guid><description>&lt;h2 id="chainctl-iam-roles-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam roles delete&lt;/span&gt;
&lt;a href="#chainctl-iam-roles-delete" class="anchor" aria-label="Link to chainctl iam roles delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete a custom IAM role.&lt;/p&gt;</description></item><item><title>chainctl iam roles list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_list/</guid><description>&lt;h2 id="chainctl-iam-roles-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam roles list&lt;/span&gt;
&lt;a href="#chainctl-iam-roles-list" class="anchor" aria-label="Link to chainctl iam roles list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List IAM roles.&lt;/p&gt;</description></item><item><title>chainctl iam roles update</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_update/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_iam_roles_update/</guid><description>&lt;h2 id="chainctl-iam-roles-update" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl iam roles update&lt;/span&gt;
&lt;a href="#chainctl-iam-roles-update" class="anchor" aria-label="Link to chainctl iam roles update" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Update an IAM role.&lt;/p&gt;</description></item><item><title>chainctl images</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images/</guid><description>&lt;h2 id="chainctl-images" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images&lt;/span&gt;
&lt;a href="#chainctl-images" class="anchor" aria-label="Link to chainctl images" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Images related commands for the Chainguard platform.&lt;/p&gt;</description></item><item><title>chainctl images advisories</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_advisories/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_advisories/</guid><description>&lt;h2 id="chainctl-images-advisories" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images advisories&lt;/span&gt;
&lt;a href="#chainctl-images-advisories" class="anchor" aria-label="Link to chainctl images advisories" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Security advisory commands for images.&lt;/p&gt;</description></item><item><title>chainctl images advisories list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_advisories_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_advisories_list/</guid><description>&lt;h2 id="chainctl-images-advisories-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images advisories list&lt;/span&gt;
&lt;a href="#chainctl-images-advisories-list" class="anchor" aria-label="Link to chainctl images advisories list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List security advisories for packages in an image.&lt;/p&gt;</description></item><item><title>chainctl images changelog</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_changelog/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_changelog/</guid><description>&lt;h2 id="chainctl-images-changelog" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images changelog&lt;/span&gt;
&lt;a href="#chainctl-images-changelog" class="anchor" aria-label="Link to chainctl images changelog" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Show changelog for image history&lt;/p&gt;</description></item><item><title>chainctl images diff</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_diff/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_diff/</guid><description>&lt;h2 id="chainctl-images-diff" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images diff&lt;/span&gt;
&lt;a href="#chainctl-images-diff" class="anchor" aria-label="Link to chainctl images diff" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Diff images.&lt;/p&gt;</description></item><item><title>chainctl images entitlements</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_entitlements/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_entitlements/</guid><description>&lt;h2 id="chainctl-images-entitlements" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images entitlements&lt;/span&gt;
&lt;a href="#chainctl-images-entitlements" class="anchor" aria-label="Link to chainctl images entitlements" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Manage entitlements to registry repositories.&lt;/p&gt;</description></item><item><title>chainctl images entitlements list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_entitlements_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_entitlements_list/</guid><description>&lt;h2 id="chainctl-images-entitlements-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images entitlements list&lt;/span&gt;
&lt;a href="#chainctl-images-entitlements-list" class="anchor" aria-label="Link to chainctl images entitlements list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List registry entitlements of an organization.&lt;/p&gt;</description></item><item><title>chainctl images helm</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_helm/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_helm/</guid><description>&lt;h2 id="chainctl-images-helm" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images helm&lt;/span&gt;
&lt;a href="#chainctl-images-helm" class="anchor" aria-label="Link to chainctl images helm" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Helm chart related commands&lt;/p&gt;</description></item><item><title>chainctl images helm values</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_helm_values/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_helm_values/</guid><description>&lt;h2 id="chainctl-images-helm-values" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images helm values&lt;/span&gt;
&lt;a href="#chainctl-images-helm-values" class="anchor" aria-label="Link to chainctl images helm values" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Generate relocation overrides for a Chainguard Helm chart&lt;/p&gt;</description></item><item><title>chainctl images history</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_history/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_history/</guid><description>&lt;h2 id="chainctl-images-history" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images history&lt;/span&gt;
&lt;a href="#chainctl-images-history" class="anchor" aria-label="Link to chainctl images history" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Show history for a specific image tag.&lt;/p&gt;</description></item><item><title>chainctl images list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_list/</guid><description>&lt;h2 id="chainctl-images-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images list&lt;/span&gt;
&lt;a href="#chainctl-images-list" class="anchor" aria-label="Link to chainctl images list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List tagged images from Chainguard registries.&lt;/p&gt;</description></item><item><title>chainctl images repos</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos/</guid><description>&lt;h2 id="chainctl-images-repos" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images repos&lt;/span&gt;
&lt;a href="#chainctl-images-repos" class="anchor" aria-label="Link to chainctl images repos" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Image repo related commands for the Chainguard platform.&lt;/p&gt;</description></item><item><title>chainctl images repos build</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_build/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_build/</guid><description>&lt;h2 id="chainctl-images-repos-build" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images repos build&lt;/span&gt;
&lt;a href="#chainctl-images-repos-build" class="anchor" aria-label="Link to chainctl images repos build" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Manage custom image builds&lt;/p&gt;</description></item><item><title>chainctl images repos build apply</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_build_apply/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_build_apply/</guid><description>&lt;h2 id="chainctl-images-repos-build-apply" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images repos build apply&lt;/span&gt;
&lt;a href="#chainctl-images-repos-build-apply" class="anchor" aria-label="Link to chainctl images repos build apply" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Apply a build config&lt;/p&gt;</description></item><item><title>chainctl images repos build edit</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_build_edit/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_build_edit/</guid><description>&lt;h2 id="chainctl-images-repos-build-edit" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images repos build edit&lt;/span&gt;
&lt;a href="#chainctl-images-repos-build-edit" class="anchor" aria-label="Link to chainctl images repos build edit" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Edit a build config, optionally creating a new repo with &amp;ndash;save-as&lt;/p&gt;</description></item><item><title>chainctl images repos build list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_build_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_build_list/</guid><description>&lt;h2 id="chainctl-images-repos-build-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images repos build list&lt;/span&gt;
&lt;a href="#chainctl-images-repos-build-list" class="anchor" aria-label="Link to chainctl images repos build list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List build reports&lt;/p&gt;</description></item><item><title>chainctl images repos build logs</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_build_logs/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_build_logs/</guid><description>&lt;h2 id="chainctl-images-repos-build-logs" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images repos build logs&lt;/span&gt;
&lt;a href="#chainctl-images-repos-build-logs" class="anchor" aria-label="Link to chainctl images repos build logs" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Get build logs&lt;/p&gt;</description></item><item><title>chainctl images repos create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_create/</guid><description>&lt;h2 id="chainctl-images-repos-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images repos create&lt;/span&gt;
&lt;a href="#chainctl-images-repos-create" class="anchor" aria-label="Link to chainctl images repos create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create an image repository.&lt;/p&gt;</description></item><item><title>chainctl images repos delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_delete/</guid><description>&lt;h2 id="chainctl-images-repos-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images repos delete&lt;/span&gt;
&lt;a href="#chainctl-images-repos-delete" class="anchor" aria-label="Link to chainctl images repos delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Remove an image repository.&lt;/p&gt;</description></item><item><title>chainctl images repos list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_list/</guid><description>&lt;h2 id="chainctl-images-repos-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images repos list&lt;/span&gt;
&lt;a href="#chainctl-images-repos-list" class="anchor" aria-label="Link to chainctl images repos list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List image repositories.&lt;/p&gt;</description></item><item><title>chainctl images repos update</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_update/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_repos_update/</guid><description>&lt;h2 id="chainctl-images-repos-update" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images repos update&lt;/span&gt;
&lt;a href="#chainctl-images-repos-update" class="anchor" aria-label="Link to chainctl images repos update" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Update image repositories.&lt;/p&gt;</description></item><item><title>chainctl images tags</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_tags/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_tags/</guid><description>&lt;h2 id="chainctl-images-tags" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images tags&lt;/span&gt;
&lt;a href="#chainctl-images-tags" class="anchor" aria-label="Link to chainctl images tags" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Tags related commands for images.&lt;/p&gt;</description></item><item><title>chainctl images tags list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_tags_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_tags_list/</guid><description>&lt;h2 id="chainctl-images-tags-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images tags list&lt;/span&gt;
&lt;a href="#chainctl-images-tags-list" class="anchor" aria-label="Link to chainctl images tags list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List tags from repositories using &amp;ndash;parent, &amp;ndash;public, or &amp;ndash;repo flags.&lt;/p&gt;</description></item><item><title>chainctl images tags resolve</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_tags_resolve/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_images_tags_resolve/</guid><description>&lt;h2 id="chainctl-images-tags-resolve" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl images tags resolve&lt;/span&gt;
&lt;a href="#chainctl-images-tags-resolve" class="anchor" aria-label="Link to chainctl images tags resolve" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Resolve tags for a specific image reference.&lt;/p&gt;</description></item><item><title>chainctl libraries</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries/</guid><description>&lt;h2 id="chainctl-libraries" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries&lt;/span&gt;
&lt;a href="#chainctl-libraries" class="anchor" aria-label="Link to chainctl libraries" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Ecosystem library related commands.&lt;/p&gt;</description></item><item><title>chainctl libraries entitlements</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_entitlements/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_entitlements/</guid><description>&lt;h2 id="chainctl-libraries-entitlements" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries entitlements&lt;/span&gt;
&lt;a href="#chainctl-libraries-entitlements" class="anchor" aria-label="Link to chainctl libraries entitlements" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Manage entitlements to language ecosystem libraries.&lt;/p&gt;</description></item><item><title>chainctl libraries entitlements create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_entitlements_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_entitlements_create/</guid><description>&lt;h2 id="chainctl-libraries-entitlements-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries entitlements create&lt;/span&gt;
&lt;a href="#chainctl-libraries-entitlements-create" class="anchor" aria-label="Link to chainctl libraries entitlements create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create ecosystem library entitlements for an organization.&lt;/p&gt;</description></item><item><title>chainctl libraries entitlements delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_entitlements_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_entitlements_delete/</guid><description>&lt;h2 id="chainctl-libraries-entitlements-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries entitlements delete&lt;/span&gt;
&lt;a href="#chainctl-libraries-entitlements-delete" class="anchor" aria-label="Link to chainctl libraries entitlements delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete an ecosystem library entitlement from an organization.&lt;/p&gt;</description></item><item><title>chainctl libraries entitlements list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_entitlements_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_entitlements_list/</guid><description>&lt;h2 id="chainctl-libraries-entitlements-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries entitlements list&lt;/span&gt;
&lt;a href="#chainctl-libraries-entitlements-list" class="anchor" aria-label="Link to chainctl libraries entitlements list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List entitlements of an organization.&lt;/p&gt;</description></item><item><title>chainctl libraries packages</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_packages/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_packages/</guid><description>&lt;h2 id="chainctl-libraries-packages" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries packages&lt;/span&gt;
&lt;a href="#chainctl-libraries-packages" class="anchor" aria-label="Link to chainctl libraries packages" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Inspect Libraries packages.&lt;/p&gt;</description></item><item><title>chainctl libraries packages blocked</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_packages_blocked/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_packages_blocked/</guid><description>&lt;h2 id="chainctl-libraries-packages-blocked" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries packages blocked&lt;/span&gt;
&lt;a href="#chainctl-libraries-packages-blocked" class="anchor" aria-label="Link to chainctl libraries packages blocked" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List blocked Libraries packages.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate" class="anchor" aria-label="Link to chainctl libraries policy-gate" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Manage Libraries policy gates.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate binding</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_binding/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_binding/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate-binding" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate binding&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate-binding" class="anchor" aria-label="Link to chainctl libraries policy-gate binding" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Manage Libraries policy gate bindings.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate binding create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_binding_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_binding_create/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate-binding-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate binding create&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate-binding-create" class="anchor" aria-label="Link to chainctl libraries policy-gate binding create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create a Libraries policy gate binding.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate binding delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_binding_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_binding_delete/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate-binding-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate binding delete&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate-binding-delete" class="anchor" aria-label="Link to chainctl libraries policy-gate binding delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete a Libraries policy gate binding.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate binding list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_binding_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_binding_list/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate-binding-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate binding list&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate-binding-list" class="anchor" aria-label="Link to chainctl libraries policy-gate binding list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List Libraries policy gate bindings.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate binding update</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_binding_update/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_binding_update/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate-binding-update" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate binding update&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate-binding-update" class="anchor" aria-label="Link to chainctl libraries policy-gate binding update" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Update a Libraries policy gate binding.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_create/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate create&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate-create" class="anchor" aria-label="Link to chainctl libraries policy-gate create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create a custom Libraries policy.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_delete/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate delete&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate-delete" class="anchor" aria-label="Link to chainctl libraries policy-gate delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete a custom Libraries policy.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate describe</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_describe/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_describe/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate-describe" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate describe&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate-describe" class="anchor" aria-label="Link to chainctl libraries policy-gate describe" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Describe a Libraries policy.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate disable</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_disable/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_disable/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate-disable" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate disable&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate-disable" class="anchor" aria-label="Link to chainctl libraries policy-gate disable" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Disable a Libraries policy for an organization.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate enable</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_enable/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_enable/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate-enable" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate enable&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate-enable" class="anchor" aria-label="Link to chainctl libraries policy-gate enable" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Enable a Libraries policy for an organization.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_list/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate list&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate-list" class="anchor" aria-label="Link to chainctl libraries policy-gate list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List Libraries policies.&lt;/p&gt;</description></item><item><title>chainctl libraries policy-gate update</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_update/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_policy-gate_update/</guid><description>&lt;h2 id="chainctl-libraries-policy-gate-update" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries policy-gate update&lt;/span&gt;
&lt;a href="#chainctl-libraries-policy-gate-update" class="anchor" aria-label="Link to chainctl libraries policy-gate update" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Update a custom Libraries policy.&lt;/p&gt;</description></item><item><title>chainctl libraries update-hashes</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_update-hashes/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_update-hashes/</guid><description>&lt;h2 id="chainctl-libraries-update-hashes" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries update-hashes&lt;/span&gt;
&lt;a href="#chainctl-libraries-update-hashes" class="anchor" aria-label="Link to chainctl libraries update-hashes" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Update lockfile integrity hashes with Chainguard Libraries checksums&lt;/p&gt;</description></item><item><title>chainctl libraries verify</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_verify/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_libraries_verify/</guid><description>&lt;h2 id="chainctl-libraries-verify" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl libraries verify&lt;/span&gt;
&lt;a href="#chainctl-libraries-verify" class="anchor" aria-label="Link to chainctl libraries verify" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;A tool to analyze the use of Chainguard Libraries in various artifacts&lt;/p&gt;</description></item><item><title>chainctl packages</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_packages/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_packages/</guid><description>&lt;h2 id="chainctl-packages" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl packages&lt;/span&gt;
&lt;a href="#chainctl-packages" class="anchor" aria-label="Link to chainctl packages" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Interact with Chainguard packages&lt;/p&gt;</description></item><item><title>chainctl packages versions</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_packages_versions/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_packages_versions/</guid><description>&lt;h2 id="chainctl-packages-versions" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl packages versions&lt;/span&gt;
&lt;a href="#chainctl-packages-versions" class="anchor" aria-label="Link to chainctl packages versions" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Package version related commands for the Chainguard platform.&lt;/p&gt;</description></item><item><title>chainctl packages versions list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_packages_versions_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_packages_versions_list/</guid><description>&lt;h2 id="chainctl-packages-versions-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl packages versions list&lt;/span&gt;
&lt;a href="#chainctl-packages-versions-list" class="anchor" aria-label="Link to chainctl packages versions list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List version stream data for a managed package.&lt;/p&gt;</description></item><item><title>chainctl policies</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies/</guid><description>&lt;h2 id="chainctl-policies" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl policies&lt;/span&gt;
&lt;a href="#chainctl-policies" class="anchor" aria-label="Link to chainctl policies" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Manage policies.&lt;/p&gt;</description></item><item><title>chainctl policies binding</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_binding/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_binding/</guid><description>&lt;h2 id="chainctl-policies-binding" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl policies binding&lt;/span&gt;
&lt;a href="#chainctl-policies-binding" class="anchor" aria-label="Link to chainctl policies binding" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Manage policy bindings.&lt;/p&gt;</description></item><item><title>chainctl policies binding create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_binding_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_binding_create/</guid><description>&lt;h2 id="chainctl-policies-binding-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl policies binding create&lt;/span&gt;
&lt;a href="#chainctl-policies-binding-create" class="anchor" aria-label="Link to chainctl policies binding create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create a policy binding.&lt;/p&gt;</description></item><item><title>chainctl policies binding delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_binding_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_binding_delete/</guid><description>&lt;h2 id="chainctl-policies-binding-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl policies binding delete&lt;/span&gt;
&lt;a href="#chainctl-policies-binding-delete" class="anchor" aria-label="Link to chainctl policies binding delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete a policy binding.&lt;/p&gt;</description></item><item><title>chainctl policies binding list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_binding_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_binding_list/</guid><description>&lt;h2 id="chainctl-policies-binding-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl policies binding list&lt;/span&gt;
&lt;a href="#chainctl-policies-binding-list" class="anchor" aria-label="Link to chainctl policies binding list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List policy bindings.&lt;/p&gt;</description></item><item><title>chainctl policies check</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_check/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_check/</guid><description>&lt;h2 id="chainctl-policies-check" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl policies check&lt;/span&gt;
&lt;a href="#chainctl-policies-check" class="anchor" aria-label="Link to chainctl policies check" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Check an image against active policies.&lt;/p&gt;</description></item><item><title>chainctl policies describe</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_describe/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_describe/</guid><description>&lt;h2 id="chainctl-policies-describe" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl policies describe&lt;/span&gt;
&lt;a href="#chainctl-policies-describe" class="anchor" aria-label="Link to chainctl policies describe" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Describe a policy and its parameter schema.&lt;/p&gt;</description></item><item><title>chainctl policies disable</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_disable/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_disable/</guid><description>&lt;h2 id="chainctl-policies-disable" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl policies disable&lt;/span&gt;
&lt;a href="#chainctl-policies-disable" class="anchor" aria-label="Link to chainctl policies disable" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Disable a policy.&lt;/p&gt;</description></item><item><title>chainctl policies enable</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_enable/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_enable/</guid><description>&lt;h2 id="chainctl-policies-enable" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl policies enable&lt;/span&gt;
&lt;a href="#chainctl-policies-enable" class="anchor" aria-label="Link to chainctl policies enable" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Enable a policy for an organization.&lt;/p&gt;</description></item><item><title>chainctl policies list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_policies_list/</guid><description>&lt;h2 id="chainctl-policies-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl policies list&lt;/span&gt;
&lt;a href="#chainctl-policies-list" class="anchor" aria-label="Link to chainctl policies list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List policies.&lt;/p&gt;</description></item><item><title>chainctl skills</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills/</guid><description>&lt;h2 id="chainctl-skills" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills&lt;/span&gt;
&lt;a href="#chainctl-skills" class="anchor" aria-label="Link to chainctl skills" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Skills registry related commands.&lt;/p&gt;</description></item><item><title>chainctl skills accept-terms</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_accept-terms/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_accept-terms/</guid><description>&lt;h2 id="chainctl-skills-accept-terms" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills accept-terms&lt;/span&gt;
&lt;a href="#chainctl-skills-accept-terms" class="anchor" aria-label="Link to chainctl skills accept-terms" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Accept legal terms required to publish skills.&lt;/p&gt;</description></item><item><title>chainctl skills delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_delete/</guid><description>&lt;h2 id="chainctl-skills-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills delete&lt;/span&gt;
&lt;a href="#chainctl-skills-delete" class="anchor" aria-label="Link to chainctl skills delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Remove a published version of a skill.&lt;/p&gt;</description></item><item><title>chainctl skills describe</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_describe/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_describe/</guid><description>&lt;h2 id="chainctl-skills-describe" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills describe&lt;/span&gt;
&lt;a href="#chainctl-skills-describe" class="anchor" aria-label="Link to chainctl skills describe" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Show metadata for a published skill.&lt;/p&gt;</description></item><item><title>chainctl skills entitlements</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_entitlements/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_entitlements/</guid><description>&lt;h2 id="chainctl-skills-entitlements" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills entitlements&lt;/span&gt;
&lt;a href="#chainctl-skills-entitlements" class="anchor" aria-label="Link to chainctl skills entitlements" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Manage skills entitlements for an organization.&lt;/p&gt;</description></item><item><title>chainctl skills entitlements create</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_entitlements_create/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_entitlements_create/</guid><description>&lt;h2 id="chainctl-skills-entitlements-create" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills entitlements create&lt;/span&gt;
&lt;a href="#chainctl-skills-entitlements-create" class="anchor" aria-label="Link to chainctl skills entitlements create" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Create a skills entitlement for an organization.&lt;/p&gt;</description></item><item><title>chainctl skills entitlements delete</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_entitlements_delete/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_entitlements_delete/</guid><description>&lt;h2 id="chainctl-skills-entitlements-delete" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills entitlements delete&lt;/span&gt;
&lt;a href="#chainctl-skills-entitlements-delete" class="anchor" aria-label="Link to chainctl skills entitlements delete" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Delete the skills entitlement from an organization.&lt;/p&gt;</description></item><item><title>chainctl skills entitlements list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_entitlements_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_entitlements_list/</guid><description>&lt;h2 id="chainctl-skills-entitlements-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills entitlements list&lt;/span&gt;
&lt;a href="#chainctl-skills-entitlements-list" class="anchor" aria-label="Link to chainctl skills entitlements list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List skills entitlements of an organization.&lt;/p&gt;</description></item><item><title>chainctl skills install</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_install/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_install/</guid><description>&lt;h2 id="chainctl-skills-install" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills install&lt;/span&gt;
&lt;a href="#chainctl-skills-install" class="anchor" aria-label="Link to chainctl skills install" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Download a skill and install it into agent directories.&lt;/p&gt;</description></item><item><title>chainctl skills list</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_list/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_list/</guid><description>&lt;h2 id="chainctl-skills-list" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills list&lt;/span&gt;
&lt;a href="#chainctl-skills-list" class="anchor" aria-label="Link to chainctl skills list" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List skills published by an org.&lt;/p&gt;</description></item><item><title>chainctl skills pull</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_pull/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_pull/</guid><description>&lt;h2 id="chainctl-skills-pull" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills pull&lt;/span&gt;
&lt;a href="#chainctl-skills-pull" class="anchor" aria-label="Link to chainctl skills pull" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Download a published skill to a local directory.&lt;/p&gt;</description></item><item><title>chainctl skills push</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_push/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_push/</guid><description>&lt;h2 id="chainctl-skills-push" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills push&lt;/span&gt;
&lt;a href="#chainctl-skills-push" class="anchor" aria-label="Link to chainctl skills push" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Package a skill directory and publish it to skills.cgr.dev.&lt;/p&gt;</description></item><item><title>chainctl skills uninstall</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_uninstall/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_uninstall/</guid><description>&lt;h2 id="chainctl-skills-uninstall" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills uninstall&lt;/span&gt;
&lt;a href="#chainctl-skills-uninstall" class="anchor" aria-label="Link to chainctl skills uninstall" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Remove a skill from agent directories on the local machine.&lt;/p&gt;</description></item><item><title>chainctl skills validate</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_validate/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_validate/</guid><description>&lt;h2 id="chainctl-skills-validate" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills validate&lt;/span&gt;
&lt;a href="#chainctl-skills-validate" class="anchor" aria-label="Link to chainctl skills validate" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Check a skill directory for spec compliance without making network calls.&lt;/p&gt;</description></item><item><title>chainctl skills versions</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_versions/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_skills_versions/</guid><description>&lt;h2 id="chainctl-skills-versions" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl skills versions&lt;/span&gt;
&lt;a href="#chainctl-skills-versions" class="anchor" aria-label="Link to chainctl skills versions" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;List all published versions (tags) for a skill.&lt;/p&gt;</description></item><item><title>chainctl starter</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_starter/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_starter/</guid><description>&lt;h2 id="chainctl-starter" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl starter&lt;/span&gt;
&lt;a href="#chainctl-starter" class="anchor" aria-label="Link to chainctl starter" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Manage catalog starter organizations&lt;/p&gt;</description></item><item><title>chainctl starter add-images</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_starter_add-images/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_starter_add-images/</guid><description>&lt;h2 id="chainctl-starter-add-images" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl starter add-images&lt;/span&gt;
&lt;a href="#chainctl-starter-add-images" class="anchor" aria-label="Link to chainctl starter add-images" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Add catalog images to your catalog starter organization.&lt;/p&gt;</description></item><item><title>chainctl starter init</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_starter_init/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_starter_init/</guid><description>&lt;h2 id="chainctl-starter-init" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl starter init&lt;/span&gt;
&lt;a href="#chainctl-starter-init" class="anchor" aria-label="Link to chainctl starter init" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Initialize a new catalog starter organization.&lt;/p&gt;</description></item><item><title>chainctl starter request-access</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_starter_request-access/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_starter_request-access/</guid><description>&lt;h2 id="chainctl-starter-request-access" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl starter request-access&lt;/span&gt;
&lt;a href="#chainctl-starter-request-access" class="anchor" aria-label="Link to chainctl starter request-access" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Request access to a catalog starter organization.&lt;/p&gt;</description></item><item><title>chainctl starter status</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_starter_status/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_starter_status/</guid><description>&lt;h2 id="chainctl-starter-status" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl starter status&lt;/span&gt;
&lt;a href="#chainctl-starter-status" class="anchor" aria-label="Link to chainctl starter status" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Show catalog starter organization status, quota, and image readiness.&lt;/p&gt;</description></item><item><title>chainctl update</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_update/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_update/</guid><description>&lt;h2 id="chainctl-update" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl update&lt;/span&gt;
&lt;a href="#chainctl-update" class="anchor" aria-label="Link to chainctl update" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Update chainctl.&lt;/p&gt;</description></item><item><title>chainctl version</title><link>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_version/</link><pubDate>Thu, 11 Jun 2026 20:09:07 +0000</pubDate><guid>https://deploy-preview-3420--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_version/</guid><description>&lt;h2 id="chainctl-version" class="heading-2" data-heading-level="2"&gt;
&lt;span class="heading-text"&gt;chainctl version&lt;/span&gt;
&lt;a href="#chainctl-version" class="anchor" aria-label="Link to chainctl version" title="Link to this section"&gt;
&lt;svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"&gt;
&lt;path d="M6.833 8.125H4C3 8.125 2.146 7.77067 1.438 7.062C0.729333 6.354 0.375 5.5 0.375 4.5C0.375 3.5 0.729333 2.646 1.438 1.938C2.146 1.22933 3 0.875 4 0.875H6.833V1.958H4C3.30533 1.958 2.708 2.208 2.208 2.708C1.708 3.208 1.458 3.80533 1.458 4.5C1.458 5.19467 1.708 5.792 2.208 6.292C2.708 6.792 3.30533 7.042 4 7.042H6.833V8.125ZM5.208 5.042V3.958H10.792V5.042H5.208ZM9.167 8.125V7.042H12C12.6947 7.042 13.292 6.792 13.792 6.292C14.292 5.792 14.542 5.19467 14.542 4.5C14.542 3.80533 14.292 3.208 13.792 2.708C13.292 2.208 12.6947 1.958 12 1.958H9.167V0.875H12C13 0.875 13.854 1.22933 14.562 1.938C15.2707 2.646 15.625 3.5 15.625 4.5C15.625 5.5 15.2707 6.354 14.562 7.062C13.854 7.77067 13 8.125 12 8.125H9.167Z" fill="currentColor"/&gt;
&lt;/svg&gt;
&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Prints the version&lt;/p&gt;</description></item></channel></rss>