/acmcli

Command line utility for the @pdxacm

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

acmcli

Command line utility for the @pdxacm

Installation

You can use pip to download and install straight from github

pip install git+git://github.com/pdxacm/acmlib-py.git#egg=acmlib
pip install git+git://github.com/pdxacm/acmcli.git#egg=acmcli

Examples

List all people

acmcli people list

List a person

acmcli people list bob

Add a person

acmcli people add bob bobspassword --name "Bob FooBar"