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.

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-profile <value>

Vault 5.0 profile name

--vault-server <value>

Vault 5.0 server url (n/a with profile)

--vault-repo <value>

Vault 5.0 repository (n/a with profile)

--vault-user <value>

Vault 5.0 user (n/a with profile)

--vault-passwd <value>

Vault 5.0 password (n/a with profile)

--vault-proxy-domain <value>

Vault 5.0 proxy domain

--vault-proxy-server <value>

Vault 5.0 proxy server

--vault-proxy-port <value>

Vault 5.0 proxy port

--vault-proxy-user <value>

Vault 5.0 proxy user

--vault-proxy-passwd <value>

Vault 5.0 proxy password

--vault-fortress-mode

Vault 5.0 Fortress mode

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.