add cli docs
This commit is contained in:
parent
c169616471
commit
85a968ad40
20
doc/cli.md
Normal file
20
doc/cli.md
Normal file
@ -0,0 +1,20 @@
|
||||
# command line interface
|
||||
|
||||
# rebuild all thumbnails
|
||||
srndv2 tool rethumb
|
||||
|
||||
# generate a new tripcode keypair
|
||||
# print out to stdout
|
||||
srndv2 tool keygen
|
||||
|
||||
# add an nntp login
|
||||
srndv2 tool nntp add-login username password
|
||||
|
||||
# remove an nntp login
|
||||
srndv2 tool nntp del-login username
|
||||
|
||||
# add public key to moderation trust
|
||||
srndv2 tool mod add publickeygoeshere
|
||||
|
||||
# remove public key from moderation trust
|
||||
srndv2 tool mod del publickeygoeshere
|
Reference in New Issue
Block a user