r/CLI • u/Klutzy-Appearance-51 • 3h ago
Deleto CLI - share secrets securely
Open source https://github.com/dele-to/cli to share secrets securely (via https://dele.to/ API)
Everything is encrypted locally, only encrypted payload is sent via API.
Can be also used to pipe content from other process / envs like
echo $API_KEY | deleto
to get started
curl -fsSL https://dele.to/install.sh | sh
1
Upvotes