This commit is contained in:
parent
8b5b1ddf70
commit
86e9894bfb
24
README.md
24
README.md
|
|
@ -86,10 +86,16 @@ Connect with `ek` to you microsub server. After that you can call `ek` to
|
||||||
control your microsub server. It should even work with other servers that
|
control your microsub server. It should even work with other servers that
|
||||||
support microsub.
|
support microsub.
|
||||||
|
|
||||||
ek <command> options...
|
Ek is a tool for managing Microsub servers.
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
|
||||||
|
ek [global arguments] command [arguments]
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
|
|
||||||
|
connect URL login to Indieauth url
|
||||||
|
|
||||||
channels list channels
|
channels list channels
|
||||||
channels NAME create channel with NAME
|
channels NAME create channel with NAME
|
||||||
channels UID NAME update channel UID with NAME
|
channels UID NAME update channel UID with NAME
|
||||||
|
|
@ -103,11 +109,21 @@ support microsub.
|
||||||
|
|
||||||
preview URL show items from the feed at URL
|
preview URL show items from the feed at URL
|
||||||
|
|
||||||
follow UID show follow list for channel UID
|
follow UID show follow list for channel uid
|
||||||
follow UID URL follow URL on channel UID
|
follow UID URL follow url on channel uid
|
||||||
|
|
||||||
unfollow UID URL unfollow URL on channel UID
|
unfollow UID URL unfollow url on channel uid
|
||||||
|
|
||||||
|
export opml export feeds as opml
|
||||||
|
import opml FILENAME import opml feeds
|
||||||
|
|
||||||
|
export json export feeds as json
|
||||||
|
import json FILENAME import json feeds
|
||||||
|
|
||||||
|
global arguments:
|
||||||
|
|
||||||
|
-verbose
|
||||||
|
show verbose logging
|
||||||
|
|
||||||
## Configuration: backend.json
|
## Configuration: backend.json
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user