Command Line Client

Top  Previous  Next

Commands recommended for Team Foundation Server

ccollab addchanges - Attaches locally-modified files to a review

ccollab addchangelist - Attaches an atomic changelist to a review

ccollab commit - Commit changes in the review

 

The addchanges command will upload local changes to files controlled by Team Foundation before they are checked in.

The addchangelist command will upload a the files in a Shelveset or Changeset.

Configuration

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

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

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

ccollab set scm tfs

Team Foundation Server-specific Options

Option

Description

--tfs-exe <value>

Full path to the Team Foundation `tf` command-line client

--tfs-server <value>

Team Foundation server name

--tfs-user <value>

Team Foundation alternate user name (atypical)

--tfs-passwd <value>

Team Foundation alternate user name password