mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 09:50:35 +00:00
Update cheatsheets
This commit is contained in:
41
tldr/chainctl
Normal file
41
tldr/chainctl
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# chainctl
|
||||
|
||||
> The official CLI for Chainguard.
|
||||
> More information: <https://edu.chainguard.dev/chainguard/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}}`
|
||||
Reference in New Issue
Block a user