Merge "Add --marker help info"

This commit is contained in:
Zuul 2018-08-03 01:47:22 +00:00 committed by Gerrit Code Review
commit 47241e0462

@ -689,7 +689,7 @@ watcher audittemplate list
[--detail] [--goal <goal>] [--detail] [--goal <goal>]
[--strategy <strategy>] [--limit <limit>] [--strategy <strategy>] [--limit <limit>]
[--sort-key <field>] [--sort-key <field>]
[--sort-dir <direction>] [--sort-dir <direction>][--marker <marker>]
List information on retrieved audit templates. List information on retrieved audit templates.
@ -718,6 +718,10 @@ List information on retrieved audit templates.
``--sort-dir <direction>`` ``--sort-dir <direction>``
Sort direction: "asc" (the default) or "desc". Sort direction: "asc" (the default) or "desc".
``--marker <marker>``
UUID of the last audittemplate in the previous page; displays
list of audittemplates after "marker".
.. _watcher_audittemplate_show: .. _watcher_audittemplate_show:
watcher audittemplate show watcher audittemplate show
@ -790,7 +794,7 @@ watcher goal list
[--print-empty] [--noindent] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--detail] [--quote {all,minimal,none,nonnumeric}] [--detail]
[--limit <limit>] [--sort-key <field>] [--limit <limit>] [--sort-key <field>]
[--sort-dir <direction>] [--sort-dir <direction>][--marker <marker>]
List information on retrieved goals. List information on retrieved goals.
@ -813,6 +817,10 @@ List information on retrieved goals.
``--sort-dir <direction>`` ``--sort-dir <direction>``
Sort direction: "asc" (the default) or "desc". Sort direction: "asc" (the default) or "desc".
``--marker <marker>``
UUID of the last goal in the previous page; displays
list of goals after "marker".
.. _watcher_goal_show: .. _watcher_goal_show:
watcher goal show watcher goal show
@ -850,7 +858,7 @@ watcher scoringengine list
[--quote {all,minimal,none,nonnumeric}] [--quote {all,minimal,none,nonnumeric}]
[--detail] [--limit <limit>] [--detail] [--limit <limit>]
[--sort-key <field>] [--sort-key <field>]
[--sort-dir <direction>] [--sort-dir <direction>][--marker <marker>]
List information on retrieved scoring engines. List information on retrieved scoring engines.
@ -873,6 +881,10 @@ List information on retrieved scoring engines.
``--sort-dir <direction>`` ``--sort-dir <direction>``
Sort direction: "asc" (the default) or "desc". Sort direction: "asc" (the default) or "desc".
``--marker <marker>``
UUID of the last scoringengine in the previous page; displays
list of scoringengines after "marker".
.. _watcher_scoringengine_show: .. _watcher_scoringengine_show:
watcher scoringengine show watcher scoringengine show
@ -970,6 +982,7 @@ watcher strategy list
[--quote {all,minimal,none,nonnumeric}] [--quote {all,minimal,none,nonnumeric}]
[--goal <goal>] [--detail] [--limit <limit>] [--goal <goal>] [--detail] [--limit <limit>]
[--sort-key <field>] [--sort-dir <direction>] [--sort-key <field>] [--sort-dir <direction>]
[--marker <marker>]
List information on retrieved strategies. List information on retrieved strategies.
@ -995,6 +1008,10 @@ List information on retrieved strategies.
``--sort-dir <direction>`` ``--sort-dir <direction>``
Sort direction: "asc" (the default) or "desc". Sort direction: "asc" (the default) or "desc".
``--marker <marker>``
UUID of the last strategy in the previous page; displays
list of strategies after "marker".
.. _watcher_strategy_show: .. _watcher_strategy_show:
watcher strategy show watcher strategy show