Uniform common switches for cli tools
-------------------------------------
Key: QPID-3851
URL: https://issues.apache.org/jira/browse/QPID-3851
Project: Qpid
Issue Type: Improvement
Components: python tools
Affects Versions: 0.14
Reporter: Ted Ross
Assignee: Ted Ross
Fix For: 0.15
The CLI tools in qpid/tools/src/py have inconsistent and conflicting options.
For example, the broker URL is specified differently in different tools:
- qpid-config -a <url>
- qpid-stat <url>
qpid-route specifies two broker urls (source and destination) and makes its
connection to one or the other depending on the --src-local switch.
The proposal is to adopt a set of common options used for all of the tools:
-h --help Help text
-b --broker Broker URL
-t --timeout Time to wait for broker connection
--sasl-mechanism Mechanism to authenticate with the broker
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]