...
On This Page
Table of Contents |
---|
...
Info |
---|
The CLI references “skysync.” This is expected. |
Command Format
The format of the request consists of following three parts.
...
Example 1: Parameter values passed in using the equal sign
In this example, skysync-cli
is the package, connections list
are the commands and output-json
is the parameter being passed in. Note that the parameter output-json
is preceded by two dashes and is followed by an equal sign before the parameter value of false.
...
Example 2: Parameter values passed in using the space
In this example, skysync-cli
is the package, connections list
are the commands and output-json
is the parameter being passed in. Note that the parameter output-json
is preceded by two dashes and is followed by a space before the parameter value of false.
...
Example 3: Parameter with default --json parameter
In this example, skysync-cli
is the package, connections list
are the commands and json
is the parameter being passed in. Note that the parameter json json
is preceded by two dashes and is not followed by a parameter value. The default value in this case is true.
...
You may encounter errors while using the SkySync CLI. Listed below are a few common errors and likely causes.
...