From 723ad12afa0168f16c672d9ad41a628969aaf617 Mon Sep 17 00:00:00 2001 From: Yumeng Bao <yumeng_bao@yahoo.com> Date: Thu, 2 Aug 2018 11:12:33 +0800 Subject: [PATCH] Add --marker help info Change-Id: Ia132e45d7f9665a386d1e40360a75c4234aecc7d --- doc/source/cli/details.rst | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/doc/source/cli/details.rst b/doc/source/cli/details.rst index dd64f20..12203f4 100644 --- a/doc/source/cli/details.rst +++ b/doc/source/cli/details.rst @@ -689,7 +689,7 @@ watcher audittemplate list [--detail] [--goal <goal>] [--strategy <strategy>] [--limit <limit>] [--sort-key <field>] - [--sort-dir <direction>] + [--sort-dir <direction>][--marker <marker>] List information on retrieved audit templates. @@ -718,6 +718,10 @@ List information on retrieved audit templates. ``--sort-dir <direction>`` 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 @@ -790,7 +794,7 @@ watcher goal list [--print-empty] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--detail] [--limit <limit>] [--sort-key <field>] - [--sort-dir <direction>] + [--sort-dir <direction>][--marker <marker>] List information on retrieved goals. @@ -813,6 +817,10 @@ List information on retrieved goals. ``--sort-dir <direction>`` 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 @@ -850,7 +858,7 @@ watcher scoringengine list [--quote {all,minimal,none,nonnumeric}] [--detail] [--limit <limit>] [--sort-key <field>] - [--sort-dir <direction>] + [--sort-dir <direction>][--marker <marker>] List information on retrieved scoring engines. @@ -873,6 +881,10 @@ List information on retrieved scoring engines. ``--sort-dir <direction>`` 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 @@ -970,6 +982,7 @@ watcher strategy list [--quote {all,minimal,none,nonnumeric}] [--goal <goal>] [--detail] [--limit <limit>] [--sort-key <field>] [--sort-dir <direction>] + [--marker <marker>] List information on retrieved strategies. @@ -995,6 +1008,10 @@ List information on retrieved strategies. ``--sort-dir <direction>`` 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