0.4.1 • Published 10 years ago

moin-cli v0.4.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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>