[CLI Project] Describe instance and Subscription features
Hi,
I have completed the describe instance feature and the subscription features for the CLI. I have pushed the changes as r58.[1]
The describe feature is implemented as an extension to the show
command.
This feature adds 3 new usages for the ./mmclient show
action, apart
from the
previous functionalities.
./mmclient show user foo@bar.com [2]
./mmclient show list list1@domain.org [3]
./mmclient show domain domain.org [4]
The subscription features are built as mentioned in my previous mail
./mmclient subscribe user user1@foo.com user2@bar.com --list
list@domain.org ./mmclient unsubscribe user user1@foo.com user2@bar.com --list list@domain.org
The commands support usage with either a single user or multiple users.
[1] http://bazaar.launchpad.net/~rajeevs1992/mailman.client/mailmancli/revision/... [2] https://gist.github.com/rajeevs1992/3ca077fd7d1a5a1d5729 [3] https://gist.github.com/rajeevs1992/15f69f5bfdbda52c4e36 [4] https://gist.github.com/rajeevs1992/49fbe250ab9e1f254c11
participants (1)
-
Rajeev S