Skip to content

ssbc/ssb-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssb-bin

ssb cli client commands

if you understand minimist syntax, you can call the same things you could from javascript (via muxrpc)

see also ssb-cli

example

npm install ssb-bin -g

ssb publish --type post --text 'hello world!'
ssb query.read --filter[0]\$filter.value.content.channel=solarpunk

you can do any ssb command that you could do with javascript and muxrpc, because minimist is equivalent to json, but follows traditional unix command line conventions.

License

MIT

Releases

No releases published

Packages