Command Line Client

Top  Previous  Next

Command recommended for Vault

ccollab addchanges - Attaches locally-modified files to a review

 

The addchanges command will find and upload Vault pending change set items.

The addversions command can also be used to upload arbitrary versions of Vault files after they are checked in.

Configuration

In most cases, the Command Line Client can automatically detect your Vault configuration.  Try testing your configuration to verify the configuration is detected correctly.

If the Command Line Client is unable to detect your Vault configuration or you want to override the detected settings, you can manually specify Vault settings using global options.

To manually configure the Command Line Client to use Vault, execute the following command:

ccollab set scm vault

 

Vault-specific Options

Option

Description

--vault-passwd <value>

Vault 4.1 password (n/a with profile)

--vault-profile <value>

Vault 4.1 profile name

--vault-proxy-domain <value>

Vault 4.1 proxy domain

--vault-proxy-passwd <value>

Vault 4.1 proxy password

--vault-proxy-port <value>

Vault 4.1 proxy port

--vault-proxy-server <value>

Vault 4.1 proxy server

--vault-proxy-user <value>

Vault 4.1 proxy user

--vault-repo <value>

Vault 4.1 repository (n/a with profile)

--vault-server <value>

Vault 4.1 server url (n/a with profile)

--vault-user <value>

Vault 4.1 user (n/a with profile)

You must define the Vault server connection to be used.  This can either be specified by vault-server, vault-repository, vault-user and vault-passwd, or if this information is available in a profile, by using vault-profile.

If specified, vault-profile will override the other Vault-specific global options.