Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-28 00:24:54 +00:00
parent 558cf60f0b
commit 262de4bc4f
6 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
- Delete the specified alarms:
`aws cloudwatch delete-alarms --alarm_names {{alarm_names}}`
`aws cloudwatch delete-alarms --alarm-names {{alarm_names}}`
- Delete the specified dashboards:

View File

@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Describe the active receipt rule set:
`aws ses describe-active-receipt-rule-set --generate-cli-skeletion`
`aws ses describe-active-receipt-rule-set --generate-cli-skeleton`
- Describe a specific receipt rule:

View File

@@ -18,4 +18,4 @@ source: https://github.com/tldr-pages/tldr.git
- Target an environment by its path (i.e. prefix):
`conda run {{[-p|--path]}} {{path/to/env}} {{command}}`
`conda run {{[-p|--prefix]}} {{path/to/env}} {{command}}`

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# crane export
> Export filesystem of a container image as a tarball.
> More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_digest.md>.
> More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_export.md>.
- Write tarball to `stdout`:

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Flatten an image's layers into a single layer.
> Pushes digest to original image repository if no tags are specified.
> More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_digest.md>.
> More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_flatten.md>.
- Flatten an image:

View File

@@ -32,9 +32,9 @@ source: https://github.com/tldr-pages/tldr.git
`systemd-ask-password --no-output --keyname {{key_name}} "{{prompt}}"`
- Pass the asked password to another program:
- Pipe a password to a command, stripping the trailing newline:
`systemd-ask-password | {{command}}`
`systemd-ask-password -n | {{command}}`
- Display help: