Open
Last updated
Last updated
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.
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.