Files
python-zaqarclient/doc/source/command-line.rst
wanghao 8f0b9f5b07 Adding the doc of message in CLI
The doc of message is missing in zaqarclient.
So this patch will add it and also remove the unused docs for
other resources.

Change-Id: I55c745a81226487292220edfb629ca4f7dfd95d7
Closes-Bug: #1893145
Signed-off-by: wanghao <sxmatch1986@gmail.com>
2020-08-27 08:51:23 +08:00

24 lines
491 B
ReStructuredText

============
Command-line
============
This chapter documents the usage of Zaqar Client Command Line with API v2.0.
Zaqar client now support some kinds of resources or actions: ``queue``,
``message``, ``claim``, ``subscription``, ``pool``, ``flavor``, ``ping``,
``health``.
Click the Link below for the details.
.. toctree::
:maxdepth: 1
command/queue
command/message
command/claim
command/pool
command/flavor
command/ping
command/health
command/subscription