create

Create a vault in the current working directory by default or in a specified directory. Will prompt for organizational information if force option is not chosen.

usage: cmri vault create [<--vault vault>] [--force]


In order to create a vault in a directory of your choosing, explicitly specify the directory using the --vault option as shown below:

cmri vault create --vault /dir/path/to/create/vault

Run cmri --help or cmri vault --help for more information.


optional arguments:

--vault

In the case of vault create, this specifies the path to the vault to create. If not provided, the CodeMRI® CLI will fall back to the current directory. Please note that folders or sub-folders within the installation path may not be used as vaults.

-f, --force

Skip confirmation and asking for organizational data.