You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Matthieu Baechler (JIRA)" <se...@james.apache.org> on 2015/09/15 09:13:45 UTC

[jira] [Resolved] (JAMES-1610) CLI usage doesn't output command names

     [ https://issues.apache.org/jira/browse/JAMES-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Baechler resolved JAMES-1610.
--------------------------------------
    Resolution: Fixed

merged by benoit

> CLI usage doesn't output command names
> --------------------------------------
>
>                 Key: JAMES-1610
>                 URL: https://issues.apache.org/jira/browse/JAMES-1610
>             Project: James Server
>          Issue Type: Bug
>          Components: CLI
>            Reporter: Matthieu Baechler
>
> Current output :
> {code}
> usage: java org.apache.james.cli.ServerCmd --host <arg> <command>
>             
>  -h,--host <arg>   node hostname or ip address
>  -p,--port <arg>   remote jmx agent port number
>  <username> <password>
> <username>
> <domainname>
> <domainname>
> <domainname>
> <user> <domain>
> <user> <domain> <fromaddress>
> <user> <domain> <fromaddress>
> <user> <domain> <regex>
> <user> <domain> <regex>
> <username> <password>
> <srcbean> <dstbean>
> <user>
> <namespace> <user> <name>
> <user>
> <namespace> <user> <name>
> {code}
> Should be : 
> {code}
> usage: java org.apache.james.cli.ServerCmd --host <arg> <command>
>             
>  -h,--host <arg>   node hostname or ip address
>  -p,--port <arg>   remote jmx agent port number
> adduser <username> <password>
> removeuser <username>
> listusers
> adddomain <domainname>
> removedomain <domainname>
> containsdomain <domainname>
> listdomains
> listmappings
> listuserdomainmappings <user> <domain>
> addaddressmapping <user> <domain> <fromaddress>
> removeaddressmapping <user> <domain> <fromaddress>
> addregexmapping <user> <domain> <regex>
> removeregexmapping <user> <domain> <regex>
> setpassword <username> <password>
> copymailbox <srcbean> <dstbean>
> deleteusermailboxes <user>
> createmailbox <namespace> <user> <name>
> listusermailboxes <user>
> deletemailbox <namespace> <user> <name>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org