Skip to content

Releases: pastemeofficial/pasteme-cli

v0.1

24 Sep 20:23
v0.1
5cd395d
Compare
Choose a tag to compare

A new major version released.

  • Now you can attach files alongside your paste content
  • I've also added tests to cover this new functionality

Now the CLI client is in par with the web frontend. It supports the same set of features for submitting a paste, while we lack also decryption of the paste content. This will be handled in a new version later on.

v0.0.2

03 Jan 23:10
Compare
Choose a tag to compare

Pastedb.io is now Paste.me. The site has new improvements, the new changes will be implemented soon into the CLI too.

Right now the CLI tool does not support sending files as attachments, only as text files as of the moment. This will be extended in the near future. For now, you can send the contents of the file. Soon there will be an option to send binary files this way, but this needs to be implemented in the CLI enviroment in some way.

As always, feedback is welcome and required. :)

v0.0.1

03 Feb 20:21
Compare
Choose a tag to compare

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.