Clone

The clone command provides the ability to clone a remote repository, following which the schemas are loaded from the repository.

This command is useful in scenarios where a repository needs to be cloned in a fresh/empty database, after the initial installation.

The --access-token option can be used to supply a token for authorization purposes.

The --current-commit option can be used to specify the commit for code already deployed to the database, and the registry isn't being used (install command handles initializing repositories otherwise).

Last updated