aboutsummaryrefslogtreecommitdiff
path: root/man/lava-tool.rst
diff options
context:
space:
mode:
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
#####################