Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 470 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 470 Bytes

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"