1.0.0-rc.1 • Published 7 years ago

noteburn-cli v1.0.0-rc.1

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

Noteburn CLI

Noteburn CLI is a package which uses noteburn.org API to share sensitive data easily and safely through self-destructing messages.

Install

npm install -g noteburn-cli

Create message

Example

$ nb create -b "login:kacper, password:doctor-who"

Example with file

$ nb create -f package.json

Output

Creating message... done! Your message can be read with the following command:
---------------------------------------------------------
nb read -t 26f7364a0bec2a22 -u 72d5b9c60669b30e1190433e21
---------------------------------------------------------
or with curl:
curl https://www.noteburn.org/api/messages/72d5b9c60669b30e1190433e21/26f7364a0bec2a22?output=raw

Usage

usage: nb create [-h] [-b BODY] [-f FILE] [-p PASSWORD]

Optional arguments:
  -h, --help            Show this help message and exit.
  -b BODY, --body BODY  Your message. Incompatible with --file.
  -f FILE, --file FILE  Create message from content of FILE. Incompatible with --body.

Read message

Example

nb read -t 26f7364a0bec2a22 -u 72d5b9c60669b30e1190433e21

Output

Fetching message... done! Here is the message:
------MESSAGE STARTS BELOW------
login:kacper, password:i-forgot-my-password
--------MESSAGE ENDS ABOVE-------
Message above has already been destroyed.

Usage

usage: nb read [-h] -u UUID [-p PASSWORD] [-t TOKEN]

Optional arguments:
  -h, --help            Show this help message and exit.
  -u UUID, --uuid UUID  Your message UUID. UUID is generated and displayed when you create a message.
  -t TOKEN, --token TOKEN Token to decrypt your message with. Token is generated and displayed when you create a message.
1.0.0-rc.1

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago