Skip navigation links
CloudStore API
(0.10.7)

Package co.codewizards.cloudstore.client

Command-line client (separate program).

See: Description

Package co.codewizards.cloudstore.client Description

Command-line client (separate program).

The CloudStore command-line client is able to synchronise data between two local repositories using direct file-access as well as to synchronise a local repository with a remote repository accessible via REST.

Furthermore, the command-line client can be used for administrative tasks like creating a repository, requesting or accepting a repository connection and many more.

The command-line client is invoked via $INSTALLATION_DIR/bin/cloudstore (or $INSTALLATION_DIR/bin/cloudstore.bat on Windows). If you add this bin/ directory to your PATH, which is recommended, you can invoke cloudstore by simply executing the command cloudstore.

Said command is a simple shell/batch script invoking java -jar "$INSTALLATION_DIR/lib/co.codewizards.cloudstore.client-VERSION.jar" with all parameters passed through.

To get a list of available sub-commands, please execute the command cloudstore help. You can get detailed information about each sub-command by invoking cloudstore help <subCommand>.

All sub-commands are sub-classes of SubCommand.

Skip navigation links
CloudStore API
(0.10.7)

Copyright © 2013–2019. All rights reserved.