[
https://issues.apache.org/jira/browse/MESOS-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13940893#comment-13940893
]
Bernardo Gomez Palacio commented on MESOS-1016:
-----------------------------------------------
I do think that there should be some common CLI arguments for Mesos CLI tools,
e.g.
```
-m, --master : The mesos master. e.g. --master=localhost:5005 or
--master=zk://zk1,zk2,zk3:2181/mesos
-c, --conf : The path to a file used to resolve the mesos master, the
file most contain either a --master=? or --zk=?
entry. --conf=/etc/mesos/mesos-cli.conf where the file
contains a line that reads
--master=zk://zk1,zk2,zk3:2181/mesos
```
Ideally the configuration path could default to ~/.mesos-cli.conf |
/etc/mesos/mesos-cli.conf | ENV[MESOS_CLI_CONF].
> Mesos CLI improvements
> ----------------------
>
> Key: MESOS-1016
> URL: https://issues.apache.org/jira/browse/MESOS-1016
> Project: Mesos
> Issue Type: Improvement
> Components: cli
> Reporter: Dave Lester
> Labels: gsoc2014
>
> Add new functionality to the Mesos CLI to make developers lives easier.
> More-specific features should be added attached as sub-issues.
--
This message was sent by Atlassian JIRA
(v6.2#6252)