burnpast
v0.1.2
Published
Developer CLI for BurnPast encrypted secret sharing.
Maintainers
Readme
BurnPast CLI
Developer CLI for BurnPast encrypted secret sharing.
Install
npm install -g burnpastInstall in a project:
npm install burnpast
npx burnpast helpUse without installing globally:
npx burnpast helpUsage
burnpast init
burnpast watch
burnpast send --to @bob --clipboard
burnpast send --to @bob --text "demo-secret-token"
burnpast inbox
burnpast reveal
burnpast reveal 1
burnpast reveal latestburnpast reveal reveals the only pending secret. If multiple secrets are pending,
use the number shown by burnpast inbox, for example burnpast reveal 1.
burnpaste is kept as a compatibility alias.
Server
By default, the CLI uses https://burnpast.enarilab.xyz. Point it at another BurnPast API with:
BURNPAST_API_URL=https://your-burnpast.example