logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Chainctl - Control Chainguard Platform | Online Free DevTools by Hexmos

Control the Chainguard platform with chainctl. Manage images, packages, and authentication. Authenticate and manage access. Free online tool, no registration required.

chainctl

The official CLI for Chainguard. More information: https://edu.chainguard.dev/chainguard/chainctl/chainctl-docs/chainctl/.

  • Authenticate to the Chainguard Platform:

chainctl auth login

  • Logout from the Chainguard Platform:

chainctl auth logout

  • Check which version you have installed:

chainctl version

  • Update to the latest version:

chainctl update

  • List images available to your account:

chainctl images list

  • List image repositories available to your account:

chainctl images repos list

  • Examine 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}}

See Also