mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
charm: add page (#10051)
* charm: add page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
62af8424ef
commit
5751f256c7
1 changed files with 32 additions and 0 deletions
32
pages/common/charm.md
Normal file
32
pages/common/charm.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue