charm Plugin
Charm CLI -- the official Charm client for Charm Cloud. Upload, download, encrypt, and manage data from the terminal.
Commands
Cloud Data
charm data upload— Pipe data to Charm Cloud (charm pump)charm data download— Download data from Charm Cloud
Terminal
charm terminal identify— Show terminal identification info
Crypto
charm crypto encrypt— Encrypt data using Charm keyscharm crypto decrypt— Decrypt data using Charm keys
Utility
charm self version— Print charm versioncharm _ _— Passthrough to charm CLI
Usage Examples
- "Upload this file to Charm Cloud"
- "Download data from my Charm link"
- "Show terminal identification"
- "Encrypt this data"
- "What version of charm is installed?"
Installation
brew install charm
Or via the install script:
curl -sSL https://raw.githubusercontent.com/charmbracelet/charm/main/install.sh | bash
Examples
# Print charm version
charm self version
# Upload data to Charm Cloud
echo "hello world" | charm data upload
# Upload a file
cat data.json | charm data upload
# Download from Charm Cloud
charm data download https://downloads.charm.sh/abc123
# Show terminal identification
charm terminal identify
# Encrypt data
echo "secret" | charm crypto encrypt
# Decrypt data
cat encrypted.bin | charm crypto decrypt
# Any charm command with passthrough
charm _ _ --help
charm _ _ config
Key Features
- Charm Cloud — Free encrypted storage for terminal data
- Encryption — End-to-end encryption with your Charm keys
- Terminal ID — Identify terminal capabilities and features
- Pipe-friendly — Works with stdin/stdout pipelines
- Integration — Works with other Charm tools (Gum, Wish, Soft Serve)
Notes
- Requires a Charm Cloud account (create with
charm create) - Data is encrypted end-to-end
- Supports piping for streaming uploads/downloads
- Configuration stored in ~/.config/charm/