Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »




On This Page


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

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

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

Example results

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

  • No labels