aboutsummaryrefslogtreecommitdiff
path: root/man/lava-tool.rst
diff options
context:
space:
mode:
authorSenthil Kumaran S <senthil.kumaran@linaro.org>2015-05-28 20:13:49 +0530
committerNeil Williams <neil.williams@linaro.org>2015-06-05 20:29:08 +0000
commit98d7a1cefc55d533888994321566d1302a95c34e (patch)
tree165315aa6275df361898117311dbdcd9e80bc52c /man/lava-tool.rst
parente50a53c2feca76c5da2fbe2aee99ef4695c04eac (diff)
LAVA-2120 - lava-tool subcommand to get pipeline device config
Change-Id: I01ebdee8576019eab4d1691ce280319ff553cb0f Reviewed-on: https://review.linaro.org/6109 Reviewed-by: lava-bot <lava-bot@linaro.org> Reviewed-by: Neil Williams <neil.williams@linaro.org>
Diffstat (limited to 'man/lava-tool.rst')
-rw-r--r--man/lava-tool.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/man/lava-tool.rst b/man/lava-tool.rst
index 613d08f..e56a40a 100644
--- a/man/lava-tool.rst
+++ b/man/lava-tool.rst
@@ -332,6 +332,27 @@ pull
automatically makes the corresponding argument optional.
+get-pipeline-device-config
+ Get pipeline device configuration to a local file or stdout.
+
+ Usage:
+ lava-tool get-pipeline-device-config [-h] [--overwrite]
+ [--output OUTPUT] [--output-to-stdout] SERVER DEVICE_HOSTNAME
+
+ Positional arguments:
+ SERVER
+ Host to download pipeline device configuration from
+ DEVICE_HOSTNAME
+ HOSTNAME of the pipeline device for which configuration is required
+
+ Optional arguments:
+ -h, --help show this help message and exit
+ --overwrite Overwrite files on the local disk
+ --output OUTPUT, -o OUTPUT
+ Alternate name of the output file
+ --stdout Write output to stdout
+
+
LAVA test definitions
#####################