5.3.2 • Published 1 year ago

skysync-cli v5.3.2

Weekly downloads
8
License
MIT
Repository
github
Last release
1 year ago

[Build Status npm version Downloads

SkySync CLI

SkySync is a file sync and migration solution used by many enterprises to securely migrate, copy, and synchronize files across storage system. Whether you’re ready to bridge your disconnected storage environment or looking to integrate and deploy new on-premises systems and/or cloud-based EFSS services, SkySync is here.

The SkySync CLI allows you to fully automate and manage your SkySync instances.

Installing

For the latest stable version:

npm install -g skysync-cli

Usage

skysync-cli --help

Configuring

Any command line option that can be passed in to the SkySync CLI can also be picked up through environment variables (i.e. SKYSYNC_option=value) or through the presence of a skysync-cli.json file any where in the current directory hierarchy. This can be useful if you are managing an instance that is not running locally. You could create a skysync-cli.json file with the url, username, and password so that you do not need to pass it in with every command invocation.

{
	"server": "https://1.2.3.4:9090/",
	"username": "admin",
	"password": "my crazy secret password"
}
5.3.2

1 year ago

5.2.0

2 years ago

4.24.0

2 years ago

4.23.0

2 years ago

4.22.0

3 years ago

4.21.0

3 years ago

4.20.0

3 years ago

4.19.0

3 years ago

4.18.0

3 years ago

4.17.0

4 years ago

4.16.0

4 years ago

4.15.0

4 years ago

4.14.0

4 years ago

4.13.1

4 years ago

4.13.0

4 years ago

4.12.0

4 years ago

4.11.0

5 years ago

4.10.0

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago