Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-27 00:21:46 +00:00
parent 69350c28ac
commit cdc8040fcb
33 changed files with 274 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ source: https://github.com/tldr-pages/tldr.git
`crane pull {{image_name}} {{path/to/tarball}}`
- Preserve image reference used to pull as an annotation when used with --format=oci:
- Preserve image reference used to pull as an annotation when used with `--format=oci`:
`crane pull {{image_name}} {{path/to/tarball}} --annotate-ref`
@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
`crane pull {{image_name}} {{path/to/tarball}} {{[-c|--cache_path]}} {{path/to/cache}}`
- Format in which to save images (default 'tarball'):
- Format in which to save images (default `tarball`):
`crane pull {{image_name}} {{path/to/tarball}} {{-format}} {{format_name}}`