v0.0.1
This is the initial release of the cli client for pastedb.io.
You can easily post pastes from the command line interface to the service.
The command can be used in many forms. You can post the paste content with the --body
flag or just pipe the data to the executable like this cat some-file | pastedb-cli [--options]
or just simply echo "Paste data" | pastedb-cli [--options]
,
If you have any questions, issues or improvements, just raise an issue here on github.