CLI: Cluster
On This Page
The CLI references “skysync.” This is expected.
Managing a DryvIQ Cluster
In the following example, the authentication parameters are provided within the configuration file. See the authentication section 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
targetDirectory | Relative or absolute path to save the downloaded installation package | optional | (current directory) |
In the following examples, the authentication parameters are provided within the configuration file. See the authentication section for more information. The parameters within the two curly braces (including the braces) need to be replaced with valid values.
Example 1: Download the Cluster Node Installation package to the current directory
Command
1
skysync-cli cluster download
Example results
1
File saved to C:\Git\PA\skysync-cli\appSettings.json
Example 2: Download the Cluster Node Installation package to a specified directory
Command with variables
1
skysync-cli cluster download --targetDirectory={{targetDirectory}}
Command with example values
1
skysync-cli cluster download --targetDirectory=C:\S4\Test
Example results
1
File saved to C:\S4\Test\appSettings.json