diff --git a/tldr/docker-commit b/tldr/docker-commit index b1c3b663..f1689f66 100644 --- a/tldr/docker-commit +++ b/tldr/docker-commit @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # docker commit > Create a new image from a container’s changes. -> More information: . +> More information: . - Create an image from a specific container: diff --git a/tldr/http b/tldr/http index b2ff2350..2a6b6ea7 100644 --- a/tldr/http +++ b/tldr/http @@ -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}}` -- Upload a file to a form (the example below assumes form field is ``): +- Upload a file to a form (the example below assumes that the form field is ``): `http --form {{POST}} {{https://example.com/upload}} {{cv@path/to/file}}` diff --git a/tldr/linux/trash b/tldr/linux/trash index d6443617..d7858c51 100644 --- a/tldr/linux/trash +++ b/tldr/linux/trash @@ -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: -`trash-empty {{10}}` +`trash-empty 10` - Remove all files in the trash, which match a specific blob pattern: diff --git a/tldr/pulumi-up b/tldr/pulumi-up index e6dd7408..0366d09f 100644 --- a/tldr/pulumi-up +++ b/tldr/pulumi-up @@ -23,3 +23,7 @@ source: https://github.com/tldr-pages/tldr.git - Don't display stack outputs: `pulumi up --suppress-outputs` + +- Continue updating the resources, even if an error is encountered: + +`pulumi up --continue-on-error`