Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-09 00:16:26 +00:00
parent f8bee5305f
commit 9e2d0f72f1
116 changed files with 330 additions and 330 deletions

View File

@@ -14,20 +14,20 @@ source: https://github.com/tldr-pages/tldr.git
- Implement credential helper:
`crane auth get {{registry_address}} {{-h|--help}}`
`crane auth get {{registry_address}} {{[-h|--help]}}`
- Log in to a registry:
`crane auth login {{registry_address}} {{-h|--help}} {{-p|--password}} {{password}} {{-password-stdin}} {{-u|--username}} {{username}}`
`crane auth login {{registry_address}} {{[-h|--help]}} {{[-p|--password]}} {{password}} {{-password-stdin}} {{[-u|--username]}} {{username}}`
- Log out of a registry:
`crane auth logout {{registry_address}} {{-h|--help}}`
`crane auth logout {{registry_address}} {{[-h|--help]}}`
- Retrieve a token for a remote repository:
`crane auth token {{registry_address}} {{-H|--header}} {{-h|--help}} {{-m|--mount}} {{scope1 scope2 ...}} --push`
`crane auth token {{registry_address}} {{[-H|--header]}} {{[-h|--help]}} {{[-m|--mount]}} {{scope1 scope2 ...}} --push`
- Display help:
`crane auth {{-h|--help}}`
`crane auth {{[-h|--help]}}`