Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

aligncenter

...


On This Page

Table of Contents
minLevel1
maxLevel7

...

Managing a SkySync 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

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 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

Code Block
skysync-cli cluster download

Example results

Code Block
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

Code Block
skysync-cli cluster download --targetDirectory={{targetDirectory}}

Command with example values

Code Block
skysync-cli cluster download --targetDirectory=C:\S4\Test

Example results

Code Block
File saved to C:\S4\Test\appSettings.json