Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

37
charm Normal file
View File

@@ -0,0 +1,37 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# charm
> Set of tools that makes adding a backend to your terminal-based applications, without worrying about user accounts, data storage and encryption.
> More information: <https://github.com/charmbracelet/charm>.
- Backup your Charm account keys:
`charm backup-keys`
- Backup Charm account keys to a specific location:
`charm backup-keys -o {{path/to/output_file.tar}}`
- Import previously backed up Charm account keys:
`charm import-keys "{{charm-keys-backup.tar}}"`
- Find where your `cloud.charm.sh` folder resides on your machine:
`charm where`
- Start your Charm server:
`charm serve`
- Print linked SSH keys:
`charm keys`
- Print your Charm ID:
`charm id`