Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 619 Bytes

README.md

File metadata and controls

55 lines (38 loc) · 619 Bytes

moinapp-cli

The command line interface for moin

Usage

Print out the help:

$ moin

Send a moin

You need to login before you can use this method.

$ moin <USERNAME>

SignUp/Login/Logout

SignUp for a new account:

$ moin signup

Login with your existing credentials:

$ moin login

Logout:

$ moin logout

Get user info

You need to login before you can use this method.

$ moin get <username>

Show current configuration file

$ moin config-show

Set config values

$ moin config-set <key> <value>