mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 07:57:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
- Delete the specified alarms:
|
- Delete the specified alarms:
|
||||||
|
|
||||||
`aws cloudwatch delete-alarms --alarm_names {{alarm_names}}`
|
`aws cloudwatch delete-alarms --alarm-names {{alarm_names}}`
|
||||||
|
|
||||||
- Delete the specified dashboards:
|
- Delete the specified dashboards:
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
- Describe the active receipt rule set:
|
- 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:
|
- Describe a specific receipt rule:
|
||||||
|
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
- Target an environment by its path (i.e. prefix):
|
- 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}}`
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
# crane export
|
# crane export
|
||||||
|
|
||||||
> Export filesystem of a container image as a tarball.
|
> 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`:
|
- Write tarball to `stdout`:
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
> Flatten an image's layers into a single layer.
|
> Flatten an image's layers into a single layer.
|
||||||
> Pushes digest to original image repository if no tags are specified.
|
> 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:
|
- Flatten an image:
|
||||||
|
|
||||||
|
|||||||
@@ -32,9 +32,9 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
`systemd-ask-password --no-output --keyname {{key_name}} "{{prompt}}"`
|
`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:
|
- Display help:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user