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.rst209
1 files changed, 0 insertions, 209 deletions
diff --git a/man/lava-tool.rst b/man/lava-tool.rst
index 1c1fc57..2daa355 100644
--- a/man/lava-tool.rst
+++ b/man/lava-tool.rst
@@ -35,26 +35,6 @@ streams, make-stream, pull.
Available subcommands
#####################
-data-views
- Show data views defined on the server **DEPRECATED**
-
- Usage:
- lava-tool data-views [-h] --dashboard-url URL [--verbose-xml-rpc]
- [--experimental-notice]
-
- Optional arguments:
- -h, --help show this help message and exit
-
- Dashboard specific arguments:
- --dashboard-url URL URL of your validation dashboard
-
- Debugging arguments:
- --verbose-xml-rpc Show XML-RPC data
-
- Experimental commands:
- --experimental-notice
- Explain the nature of experimental commands
-
job-output
Get job output from the scheduler
@@ -87,47 +67,6 @@ devices-list
help
Show a summary of all available commands
-deserialize
- Deserialize a bundle on the server **DEPRECATED**
-
- Usage:
- lava-tool deserialize [-h] --dashboard-url URL [--verbose-xml-rpc] SHA1
-
- Positional arguments:
- SHA1
- SHA1 of the bundle to deserialize
-
- Optional arguments:
- -h, --help show this help message and exit
-
- Dashboard specific arguments:
- --dashboard-url URL URL of your validation dashboard
-
- Debugging arguments:
- --verbose-xml-rpc Show XML-RPC data
-
-get
- Download a bundle from the server **DEPRECATED**
-
- Usage:
- lava-tool get [-h] --dashboard-url URL [--verbose-xml-rpc]
- [--overwrite] [--output OUTPUT] SHA1
-
- Positional arguments:
- SHA1
- SHA1 of the bundle to download
-
- 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
-
- Dashboard specific arguments:
- --dashboard-url URL URL of your validation dashboard
-
- Debugging arguments:
- --verbose-xml-rpc Show XML-RPC data
-
auth-add
Add an authentication token
@@ -185,63 +124,6 @@ auth-list
Optional arguments:
-h, --help show this help message and exit
-put
- Upload a bundle on the server **DEPRECATED**
-
- Usage:
- lava-tool put [-h] --dashboard-url URL [--verbose-xml-rpc] LOCAL
- [REMOTE]
-
- Positional arguments:
- LOCAL
- pathname on the local file system
- REMOTE
- pathname on the server
-
- Optional arguments:
- -h, --help show this help message and exit
-
- Dashboard specific arguments:
- --dashboard-url URL URL of your validation dashboard
-
- Debugging arguments:
- --verbose-xml-rpc Show XML-RPC data
-
-bundles
- Show bundles in the specified stream **DEPRECATED**
-
- Usage:
- lava-tool bundles [-h] --dashboard-url URL [--verbose-xml-rpc]
- [PATHNAME]
-
- Positional arguments:
- PATHNAME
- pathname on the server (defaults to /anonymous/)
-
- Optional arguments:
- -h, --help show this help message and exit
-
- Dashboard specific arguments:
- --dashboard-url URL URL of your validation dashboard
-
- Debugging arguments:
- --verbose-xml-rpc Show XML-RPC data
-
-server-version
- Display dashboard server version **DEPRECATED**
-
- Usage:
- lava-tool server-version [-h] --dashboard-url URL [--verbose-xml-rpc]
-
- Optional arguments:
- -h, --help show this help message and exit
-
- Dashboard specific arguments:
- --dashboard-url URL URL of your validation dashboard
-
- Debugging arguments:
- --verbose-xml-rpc Show XML-RPC data
-
cancel-job
Cancel job
@@ -281,29 +163,6 @@ version
Optional arguments:
-h, --help show this help message and exit
-query-data-view
- Invoke a specified data view **DEPRECATED**
-
- Usage:
- lava-tool restore [-h] --dashboard-url URL [--verbose-xml-rpc]
- [--experimental-notice] QUERY
-
- Positional arguments:
- QUERY
- Data view name and any optional and required arguments
-
- Optional arguments:
- -h, --help show this help message and exit
-
- Dashboard specific arguments:
- --dashboard-url URL URL of your validation dashboard
-
- Debugging arguments:
- --verbose-xml-rpc Show XML-RPC data
-
- Experimental commands:
- --experimental-notice Explain the nature of experimental commands
-
submit-job
Submit a job to lava-scheduler
@@ -398,42 +257,6 @@ validate-pipeline-devices
-h, --help show this help message and exit
--name NAME Hostname of the device or device_type name.
-streams
- Show streams you have access to **DEPRECATED**
-
- Usage:
- lava-tool streams [-h] --dashboard-url URL [--verbose-xml-rpc]
-
- Optional arguments:
- -h, --help show this help message and exit
-
- Dashboard specific arguments:
- --dashboard-url URL URL of your validation dashboard
-
- Debugging arguments:
- --verbose-xml-rpc Show XML-RPC data
-
-make-stream
- Create a bundle stream on the server **DEPRECATED**
-
- Usage:
- lava-tool make-stream [-h] --dashboard-url URL [--verbose-xml-rpc]
- [--name NAME] pathname
-
- Positional arguments:
- pathname
- Pathname of the bundle stream to create
-
- Optional arguments:
- -h, --help show this help message and exit
- --name NAME Name of the bundle stream (description)
-
- Dashboard specific arguments:
- --dashboard-url URL URL of your validation dashboard
-
- Debugging arguments:
- --verbose-xml-rpc Show XML-RPC data
-
compare-device-conf
Compare device configurations and output a diff.
@@ -453,38 +276,6 @@ compare-device-conf
--dispatcher-config-dir DISPATCHER_CONFIG_DIR
Where to find the device_type templates.
-pull
- Copy bundles and bundle streams from one dashboard to another **DEPRECATED**
-
- Usage:
- lava-tool pull [-h] --dashboard-url URL [--verbose-xml-rpc]
- [--experimental-notice] FROM [STREAM [STREAM ...]]
-
- Positional arguments:
- FROM
- URL of the remote validation dashboard
-
- Optional arguments:
- -h, --help show this help message and exit
-
- Dashboard specific arguments:
- --dashboard-url URL URL of your validation dashboard
-
- STREAM
- Streams to pull from (all by default)
-
- Debugging arguments:
- --verbose-xml-rpc Show XML-RPC data
-
- Experimental commands:
- --experimental-notice Explain the nature of experimental commands
-
- This command checks for two environment variables: The value of
- DASHBOARD_URL is used as a replacement for --dashboard-url. The value of
- REMOTE_DASHBOARD_URL as a replacement for FROM. Their presence
- automatically makes the corresponding argument optional.
-
-
get-pipeline-device-config
Get pipeline device configuration to a local file or stdout.