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.

The initial use cases for this are to build deployments (during a pipeline), and extract schemas from an existing system (without installing JadeGitSchema), hence this command doesn't currently support opening a repository stored within the current database.

Last updated