Archived
1
0

add cli docs

This commit is contained in:
Jeff Becker 2016-02-01 21:27:14 -05:00
parent c169616471
commit 85a968ad40
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

20
doc/cli.md Normal file
View 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