Skip to content

MoinApp/moinapp-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>