[ 
https://issues.apache.org/jira/browse/DISPATCH-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240540#comment-14240540
 ] 

ASF subversion and git services commented on DISPATCH-56:
---------------------------------------------------------

Commit 1644318 from [~aconway] in branch 'dispatch/trunk'
[ https://svn.apache.org/r1644318 ]

DISPATCH-56: Improve qdmanage tool, add man page generation for qdmanage and 
qdstat.

Got rid of JSON maps/lists on qdmanage command line. Use simple name=value 
arguments for attributes.
Still allow JSON with the --stdin flag.

Man page generation, from the doc/man/README:

Command line tools --help option provides a very brief usage and list of 
options.

Man pages should be more detailed, but we do not want to repeat the information
from --help as it will easily become out of date.

To solve this we generate man pages using the  help2man utility.
For each tool there should be a tool.htm with extra details for the man page.
help2man will combine this with the --help otuput of the tool to create the 
full man page.

See the help2man macro in CMakeLists.txt and the help2man documentation for 
more details.

For building distributions when help2man is not available, the generated man 
page for
each tool is checked in as "tool.8.in". When help2man is available, running make
will warn if the checked in version is not  up to date with the generated 
version.

To update the man page you MUST use help2man, do not edit the checked in file
as your edits will be lost.

> Implement Create/Read/Update/Delete operations in the agent
> -----------------------------------------------------------
>
>                 Key: DISPATCH-56
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-56
>             Project: Qpid Dispatch
>          Issue Type: Sub-task
>          Components: Management Agent
>            Reporter: Ted Ross
>            Assignee: Alan Conway
>             Fix For: 0.3
>
>
> Implement the CRUD-style commands in the management agent and use them to 
> access waypoints, address-prefixes, self, etc.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to