<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>chainctl Reference on</title><link>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/</link><description>Recent content in chainctl Reference on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Tue, 20 Sep 2022 08:49:15 +0000</lastBuildDate><atom:link href="https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/index.xml" rel="self" type="application/rss+xml"/><item><title>chainctl</title><link>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl/</link><pubDate>Thu, 26 Mar 2026 14:15:45 +0000</pubDate><guid>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl/</guid><description>chainctl Chainguard Control
chainctl [flags] Options --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.</description></item><item><title>chainctl auth</title><link>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth/</link><pubDate>Thu, 26 Mar 2026 14:15:45 +0000</pubDate><guid>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth/</guid><description>chainctl auth Auth related commands for the Chainguard platform.
Options inherited from parent commands --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.</description></item><item><title>chainctl auth configure-docker</title><link>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_configure-docker/</link><pubDate>Thu, 26 Mar 2026 14:15:45 +0000</pubDate><guid>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_configure-docker/</guid><description>chainctl auth configure-docker Configure a Docker credential helper
chainctl auth configure-docker [flags] Options --headless Skip browser authentication and use device flow. --identity string The unique ID of the identity to assume when logging in. --identity-provider string The unique ID of the customer managed identity provider to authenticate with --identity-token string Use an explicit passed identity token or token path. --name string Optional name for the pull token (default &amp;#34;pull-token&amp;#34;) --org-name string Organization to use for authentication.</description></item><item><title>chainctl auth delete-account</title><link>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_delete-account/</link><pubDate>Thu, 26 Mar 2026 14:15:45 +0000</pubDate><guid>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_delete-account/</guid><description>chainctl auth delete-account Permanently delete your user account.
chainctl auth delete-account [flags] Options -y, --yes Automatic yes to prompts; assume &amp;#34;yes&amp;#34; as answer to all prompts and run non-interactively. Options inherited from parent commands --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.</description></item><item><title>chainctl auth login</title><link>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_login/</link><pubDate>Thu, 26 Mar 2026 14:15:45 +0000</pubDate><guid>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_login/</guid><description>chainctl auth login Login to the Chainguard platform.
chainctl auth login [--invite-code=INVITE_CODE] [--identity-token=PATH_TO_TOKEN] [--identity=IDENTITY_ID] [--identity-provider=IDP_ID] [--org-name=ORG_NAME] [--audience=AUDIENCE]... [--social-login={email|google|github|gitlab}] [--headless] [--prefer-ambient-credentials] [--refresh] [--output=id|json|none|table] Examples # Default auth login flow: chainctl auth login # Refreshing a token within a Kubernetes context: chainctl auth login --identity-token=PATH_TO_TOKEN --refresh # Headless login using --org-name chainctl auth login --headless --org-name my-org # Register by accepting an invite to an existing location chainctl auth login --invite-code eyJncnAiOiI5MzA.</description></item><item><title>chainctl auth logout</title><link>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_logout/</link><pubDate>Thu, 26 Mar 2026 14:15:45 +0000</pubDate><guid>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_logout/</guid><description>chainctl auth logout Logout from the Chainguard platform.
chainctl auth logout [--audience=AUDIENCE] Options inherited from parent commands --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.</description></item><item><title>chainctl auth pull-token</title><link>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_pull-token/</link><pubDate>Thu, 26 Mar 2026 14:15:45 +0000</pubDate><guid>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_pull-token/</guid><description>chainctl auth pull-token Create a pull token.
chainctl auth pull-token [flags] Options --name string Optional name for the pull token. (default &amp;#34;pull-token&amp;#34;) --parent string The IAM organization or folder with which the pull token identity is associated. --repository string The repository type to create a pull token for. Must be one of: oci, apk, java, python, javascript. (default &amp;#34;oci&amp;#34;) --save Save the OCI registry pull token to the Docker configuration.</description></item><item><title>chainctl auth pull-token create</title><link>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_pull-token_create/</link><pubDate>Thu, 26 Mar 2026 14:15:45 +0000</pubDate><guid>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_pull-token_create/</guid><description>chainctl auth pull-token create Create a pull token.
chainctl auth pull-token create [--save=true|false] [--name=NAME] [--ttl=NUM_HOURS_ACTIVE] [--parent=PARENT] [--repository={oci|apk|java|python|javascript}] [flags] Examples # Create a pull token for container registry pull access. chainctl auth pull-token create # Create a pull token for pull access to a library ecosystem. chainctl auth pull-token create --repository=java # Create a pull token that lasts for 24 hours. chainctl auth pull-token create --ttl=24h # Create a pull token for a particular organization.</description></item><item><title>chainctl auth pull-token list</title><link>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_pull-token_list/</link><pubDate>Thu, 26 Mar 2026 14:15:45 +0000</pubDate><guid>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_pull-token_list/</guid><description>chainctl auth pull-token list List all pull-tokens
chainctl auth pull-token list [--parent=PARENT] [--expired=true|false] [--repository={oci|apk|java|python|javascript}] [flags] Examples # List all pull tokens. chainctl auth pull-token list # List all pull tokens associated with the Java library ecosystem. chainctl auth pull-token list --repository=java # List expired pull tokens. chainctl auth pull-token list --expired # List pull tokens associated to a particular organization. chainctl auth pull-token list --parent=my-org # List all expired APK pull tokens.</description></item><item><title>chainctl auth status</title><link>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_status/</link><pubDate>Thu, 26 Mar 2026 14:15:45 +0000</pubDate><guid>https://deploy-preview-3155--ornate-narwhal-088216.netlify.app/chainguard/chainctl/chainctl-docs/chainctl_auth_status/</guid><description>chainctl auth status Inspect the local Chainguard Token.
chainctl auth status [--output=json|table|terse] [flags] Options --headless Skip browser authentication and use device flow. --identity string The unique ID of the identity to assume when logging in. --identity-provider string The unique ID of the customer managed identity provider to authenticate with --identity-token string Use an explicit passed identity token or token path. --org-name string Organization to use for authentication. If configured the organization&amp;#39;s custom identity provider will be used --quick Whether to perform quick offline token checks (vs.</description></item></channel></rss>