Open

The open command provides the ability to open an existing repository using a specific file path.

For commands that interact with the repository, they will attempt to find/open a repository in the current working directory if not explicitly opened beforehand using this command.

When the repository isn't located in the current working directory, the dependent command may be chained together with the open command.

jadegit open <path> build ...

This is used for building deployments (during a pipeline), and extracting schemas from an existing system (without JadeGitSchema), hence this command doesn't support opening a repository stored within the current database, although this may be implemented in future.

Last updated