Go to file
Netscape Navigator 63226afd23 Directory cleanup 2020-09-10 07:33:41 -05:00
project Directory cleanup 2020-09-10 07:33:41 -05:00
.gitignore Directory cleanup 2020-09-10 07:33:41 -05:00
LICENSE Hello, world! 2020-08-02 13:59:32 -05:00
README.md Directory cleanup 2020-09-10 07:33:41 -05:00
build.sh Directory cleanup 2020-09-10 07:33:41 -05:00
coverage.sh Directory cleanup 2020-09-10 07:33:41 -05:00
tests.sh Directory cleanup 2020-09-10 07:33:41 -05:00

README.md

Pigeon CLI

A single executable to manage a Pigeon node.

Project Status

Don't use the Go version yet. If you want something stable, there is a Ruby version that is feature complete.

TODO

Done? Verb Noun Flag / arg 1 Flag 2
show peers
show peers --blocked
unfollow peer
follow peer user mhash
unblock peer user mhash
block peer user mhash
show blob
create blob file path
create blob pipe
create draft
update draft --key=? --value=?
show draft
publish draft
create bundle
find message --all
find message --last
ingest bundle
show message message mhash
X show identity
X create identity
X help
X version

Run Tests

Without coverage:

./tests.sh

With coverage:

./coverage.sh

Build Project

./build.sh