0.0.2 • Published 10 years ago
echpub v0.0.2
Echidna Publishing Tool
A simple command line client for Echidna publishing. No frills.
Usage: echpub [options] [command]
Commands:
add <name> <documentUrl> <token> Add a document
remove <name> Remove a document
list List documents
info <name> Show info
publish <name> <decisionUrl> Publish the document
status <name> Show the status of the most recent publish attempt
Options:
-h, --help output usage information
-V, --version output the version numberAdd a document
echpub add foo http://example.org/foo/manifest token-from-w3cRequest publication
echpub publish fooView publication status
echpub status fooList configured docs
echpub listGet info for specific doc
echpub info fooRemove a doc
echpub remove foo