mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 00:53:40 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
# docker commit
|
# docker commit
|
||||||
|
|
||||||
> Create a new image from a container’s changes.
|
> Create a new image from a container’s changes.
|
||||||
> More information: <https://docs.docker.com/engine/reference/commandline/commit/>.
|
> More information: <https://docs.docker.com/reference/cli/docker/container/commit/>.
|
||||||
|
|
||||||
- Create an image from a specific container:
|
- Create an image from a specific container:
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,6 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
`http --session {{session_name|path/to/session.json}} {{--auth username:password https://example.com/auth API-KEY:xxx}}`
|
`http --session {{session_name|path/to/session.json}} {{--auth username:password https://example.com/auth API-KEY:xxx}}`
|
||||||
|
|
||||||
- Upload a file to a form (the example below assumes form field is `<input type="file" name="cv" />`):
|
- Upload a file to a form (the example below assumes that the form field is `<input type="file" name="cv" />`):
|
||||||
|
|
||||||
`http --form {{POST}} {{https://example.com/upload}} {{cv@path/to/file}}`
|
`http --form {{POST}} {{https://example.com/upload}} {{cv@path/to/file}}`
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
- Permanently delete all files in the trash which are older than 10 days:
|
- Permanently delete all files in the trash which are older than 10 days:
|
||||||
|
|
||||||
`trash-empty {{10}}`
|
`trash-empty 10`
|
||||||
|
|
||||||
- Remove all files in the trash, which match a specific blob pattern:
|
- Remove all files in the trash, which match a specific blob pattern:
|
||||||
|
|
||||||
|
|||||||
@@ -23,3 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
- Don't display stack outputs:
|
- Don't display stack outputs:
|
||||||
|
|
||||||
`pulumi up --suppress-outputs`
|
`pulumi up --suppress-outputs`
|
||||||
|
|
||||||
|
- Continue updating the resources, even if an error is encountered:
|
||||||
|
|
||||||
|
`pulumi up --continue-on-error`
|
||||||
|
|||||||
Reference in New Issue
Block a user