vault

Overview

The data vault provides a central space for all codebase, analytical, and project data stored within CodeMRI®. All operations within the CodeMRI® CLI take place within the scope of a data vault.

Creating a Vault

In order to create a data vault, use the cmri vault create command (run cmri vault create --help for more information). After creating the vault, you will need to connect the new vault to your codemri.com account. In order to do this, use the cmri account login command (run cmri account login --help for more information).

Vault Path

Many commands within CodeMRI® require a connection to a vault. The CodeMRI® CLI will look for the vault path by following the order of precedence below from highest to lowest:

  1. A vault path provided as an argument to the --vault option.

  2. A vault path provided in the CMRI_VAULT environment variable. See CodeMRI CLI Reference or run cmri --help for more information about about environment variables.

  3. The current directory.

Sub-commands