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 CLI: Authentication page 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) |
In the following examples, the authentication parameters are provided within the configuration file. See the CLI: Authentication page 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
skysync-cli cluster download
Example results
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
skysync-cli cluster download --targetDirectory={{targetDirectory}}
Command with example values
Example results