CLI: Cluster
Learn how to manage a DryvIQ cluster using CLI.
Table of Contents
The CLI references “skysync.” This is expected.
Managing a DryvIQ Cluster
The authentication parameters are provided within the configuration file in all examples. See the CLI: Authentication for more information.
Download a Cluster Node Installation Package
This command downloads an Installation Package for a Cluster Node. By default, the installation package is an appSettings.json file, but it can also include the installer if configured on the server.
Parameter | Description | Required | Default |
---|---|---|---|
targetDirectory | Relative or absolute path to save the downloaded installation package | Optional | (current directory) |
Download the Installation Package to the Current Directory
Command
skysync-cli cluster download
Example Result
File saved to C:\Git\PA\skysync-cli\appSettings.json
Download the Installation Package to a Specified Directory
Command With Variables
skysync-cli cluster download --targetDirectory={{targetDirectory}}
Command With Example Variables
skysync-cli cluster download --targetDirectory=C:\S4\Test
Example Results
File saved to C:\S4\Test\appSettings.json