snippetbashTip
chainctl — The official CLI for Chainguard. More information: <https://edu.chainguard.dev/chainguard/chainctl/c
Viewed 0 times
theofficialchainguardcommandchainctlclifor
Problem
How to use the
chainctl command: The official CLI for Chainguard. More information: <https://edu.chainguard.dev/chainguard/chainctl/chainctl-docs/chainctl/>.Solution
chainctl — The official CLI for Chainguard. More information: <https://edu.chainguard.dev/chainguard/chainctl/chainctl-docs/chainctl/>.Authenticate to the Chainguard Platform:
chainctl auth loginLogout from the Chainguard Platform:
chainctl auth logoutUpdate to the latest version:
chainctl updateList images available to your account:
chainctl images listList image repositories available to your account:
chainctl images repos listExamine the history of an image tag in chainctl (e.g., image=python tag=3):
chainctl images history {{image}}:{{tag}}List package version data from repositories available to your account (e.g., package_name=go):
chainctl packages versions list {{package_name}}Display version:
chainctl versionCode Snippets
Authenticate to the Chainguard Platform
chainctl auth loginLogout from the Chainguard Platform
chainctl auth logoutUpdate to the latest version
chainctl updateList images available to your account
chainctl images listList image repositories available to your account
chainctl images repos listContext
tldr-pages: common/chainctl
Revisions (0)
No revisions yet.