Add --marker help info
Change-Id: I34c1a83f49b101d5ef85e1a19858b9d2b59c921d
This commit is contained in:
@@ -157,7 +157,7 @@ watcher action list
|
|||||||
[--quote {all,minimal,none,nonnumeric}]
|
[--quote {all,minimal,none,nonnumeric}]
|
||||||
[--action-plan <action-plan>] [--audit <audit>]
|
[--action-plan <action-plan>] [--audit <audit>]
|
||||||
[--detail] [--limit <limit>] [--sort-key <field>]
|
[--detail] [--limit <limit>] [--sort-key <field>]
|
||||||
[--sort-dir <direction>]
|
[--sort-dir <direction>] [--marker <marker>]
|
||||||
|
|
||||||
List information on retrieved actions.
|
List information on retrieved actions.
|
||||||
|
|
||||||
@@ -186,6 +186,10 @@ List information on retrieved actions.
|
|||||||
``--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 action in the previous page; displays
|
||||||
|
list of actions after "marker".
|
||||||
|
|
||||||
.. _watcher_action_show:
|
.. _watcher_action_show:
|
||||||
|
|
||||||
watcher action show
|
watcher action show
|
||||||
@@ -295,7 +299,8 @@ watcher actionplan list
|
|||||||
[--fit-width] [--print-empty] [--noindent]
|
[--fit-width] [--print-empty] [--noindent]
|
||||||
[--quote {all,minimal,none,nonnumeric}]
|
[--quote {all,minimal,none,nonnumeric}]
|
||||||
[--audit <audit>] [--detail] [--limit <limit>]
|
[--audit <audit>] [--detail] [--limit <limit>]
|
||||||
[--sort-key <field>] [--sort-dir <direction>]
|
[--marker <actionplan>] [--sort-key <field>]
|
||||||
|
[--sort-dir <direction>]
|
||||||
|
|
||||||
List information on retrieved action plans.
|
List information on retrieved action plans.
|
||||||
|
|
||||||
@@ -315,6 +320,10 @@ List information on retrieved action plans.
|
|||||||
0 for no limit. Default is the maximum number used by
|
0 for no limit. Default is the maximum number used by
|
||||||
the Watcher API Service.
|
the Watcher API Service.
|
||||||
|
|
||||||
|
``--marker <actionplan>``
|
||||||
|
The last actionplan UUID of the previous page;
|
||||||
|
displays list of actionplans after "marker".
|
||||||
|
|
||||||
``--sort-key <field>``
|
``--sort-key <field>``
|
||||||
Action Plan field that will be used for sorting.
|
Action Plan field that will be used for sorting.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user