npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

ssb-bin

1.0.0

@dominictarr

npmHomeRepoSnykSocket
Downloads:0
$ npm install ssb-bin
DailyWeeklyMonthlyYearly

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