| Class | Description |
|---|---|
| AcceptRepoConnectionSubCommand |
SubCommand implementation for requesting a connection at a remote repository. |
| AfterUpdateHookSubCommand |
SubCommand implementation being called after an update. |
| ChangeLdapPasswordSubCommand |
SubCommand implementation for changing LDAP admin password. |
| CloudStoreClient | |
| CloudStoreClient.ConsoleDynamicX509TrustManagerCallback | |
| CreateRepoAliasSubCommand |
SubCommand implementation for showing information about a repository in the local file system. |
| CreateRepoSubCommand |
SubCommand implementation for creating a repository in the local file system. |
| DropRepoAliasSubCommand |
SubCommand implementation for showing information about a repository in the local file system. |
| DropRepoConnectionSubCommand |
SubCommand implementation for cancelling a connection with a remote repository. |
| HelpSubCommand |
SubCommand implementation for showing the help. |
| RepairDatabaseSubCommand |
SubCommand implementation for repairing a database. |
| RepoInfoSubCommand |
SubCommand implementation for showing information about a repository in the local file system. |
| RepoListSubCommand |
SubCommand implementation for listing all repositories in the local file system
(known to the LocalRepoRegistry). |
| RequestRepoConnectionSubCommand |
SubCommand implementation for requesting a connection at a remote repository. |
| SubCommand |
Sub-command for a certain CLI operation.
|
| SubCommandWithExistingLocalRepo | |
| SyncSubCommand | |
| TimeoutConsoleReader | |
| TimePeriodOptionHandler |
Option handler implementation to interprete a time period (e.g.
|
| VersionSubCommand |
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.
Copyright © 2013–2017. All rights reserved.