Files
git-tfs/doc/commands/labels.md
Matt Burke b9265d0e97 Updated links.
* All file names are lowercase.
* All command docs are in the `commands/` directory.
* A couple of useless files are gone.
2013-06-03 10:57:51 -04:00

31 lines
1.0 KiB
Markdown

## Summary
The `labels` command fetch all the tfs labels.
Note : Due to how TFS manage labels, this command fetch a lot of datas and could be quite long :(
## Synopsis
Usage: git-tfs labels [options] [tfsRemoteId]
ex : git tfs labels
git tfs labels -i myRemoteBranche
git tfs labels --all
-h, -H, --help
-V, --version
-d, --debug Show debug output about everything git-tfs does
-i, --tfs-remote, --remote, --id=VALUE
The remote ID of the TFS to interact with
default: default
--all, --fetch-all Fetch all the labels on all the TFS remotes (For
TFS 2010 and later)
-n, --label-name=VALUE Fetch all the labels respecting this name filter
-e, --exclude-label-name=VALUE
Exclude all the labels respecting this regex
name filter
-u, --username=VALUE TFS username
-p, --password=VALUE TFS password
-a, --authors=VALUE Path to an Authors file to map TFS users to Git
users
## Examples
TODO...