Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Updated getting started docs
  • Loading branch information
danesparza committed Jul 12, 2018
1 parent c8afaba commit 945b68b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ Utilities for working with [TFS (Team Foundation Server)](https://docs.microsoft
## Getting started
- Grab the [latest release](https://github.com/danesparza/tfsutil/releases/latest) and unzip `tfsutil` to a location in your [path](https://en.wikipedia.org/wiki/PATH_(variable)).
- **Create a config file** using the command `tfsutil config create`. Save the generated text to a file named `tfsutil.yml` in the `%userprofile%` folder on windows (probably your user directory), or to your home directory (if on a unix/linux based platform), or in the same directory as the binary.
- **Update the TFS url** in the `tfsutil.yml` config file with your server information. Also update the default collection and project you'd like to use.
- In the `tfsutil.yml` config file:
- **Update the TFS url** with your server information
- **Update the default collection** (you can always override this with the `--collection` command line flag)
- **Update the default project** (you can always override this with the `--project` command line flag)
- **Create a personal access token** and set it in the `tfsutil.yml` config file. (Need help? [See the guide on Microsoft's site](https://docs.microsoft.com/en-us/vsts/accounts/use-personal-access-tokens-to-authenticate?view=vsts).)

### Listing variable groups
Expand Down

0 comments on commit 945b68b

Please sign in to comment.