From f0cb99966d19b4e183fee363dff45cc450379327 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Thu, 7 Nov 2024 00:17:17 +0000 Subject: [PATCH] Update cheatsheets --- tldr/helix | 12 ++++++++---- tldr/pulumi-logout | 25 +++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 tldr/pulumi-logout diff --git a/tldr/helix b/tldr/helix index 5ea57e5d..983a115c 100644 --- a/tldr/helix +++ b/tldr/helix @@ -13,6 +13,14 @@ source: https://github.com/tldr-pages/tldr.git `helix {{path/to/file}}` +- Open files and show them one next each other: + +`helix --vsplit {{path/to/file1 path/to/file2}}` + +- Show the tutorial to learn Helix (or access it within Helix by pressing `` and typing `:tutor`): + +`helix --tutor` + - Change the Helix theme: `:theme {{theme_name}}` @@ -32,7 +40,3 @@ source: https://github.com/tldr-pages/tldr.git - Search for a pattern in the file (press `n`/`N` to go to next/previous match): `/{{search_pattern}}` - -- Format the file: - -`:format` diff --git a/tldr/pulumi-logout b/tldr/pulumi-logout new file mode 100644 index 00000000..f5b83d68 --- /dev/null +++ b/tldr/pulumi-logout @@ -0,0 +1,25 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# pulumi logout + +> Log out of the Pulumi cloud. +> More information: . + +- Log out of a specific cloud backend: + +`pulumi logout {{url}}` + +- Log out of all backends simultaneously: + +`pulumi logout --all` + +- Log out of using local mode: + +`pulumi logout {{-l|--local}}` + +- Display help: + +`pulumi logout {{-h|--help}}`