Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get tf.exe (TFS command line client)?

What's the minimum amount of software I need to install to get the 'tf.exe' program?

like image 237
213897 Avatar asked Mar 31 '11 17:03

213897


People also ask

Where is the TF command line tool?

The tf.exe command line is included in the VSTS agent package in folder externals\vstsom. Show activity on this post. Show activity on this post. You can also try TFS CLI for Node.

How do I open a TFS file in command prompt?

To do so, login to TFS as the administrator user. From the 'Start' button, select 'All programs' > MS VS 2010 > Visual Studio tools > Visual Studio > Command prompt. You can test a couple of tf.exe commands on this command prompt. Get a list of tf commands by just typing tf /? on the command prompt.

How do you execute a command in TF?

If you have created a TF workspace and mapped a local folder to the workspace, then in an command prompt navigate to that folder and run tf commands. (It might be good to add this path C:\Program Files\Microsoft Visual Studio 10\Common7\IDE\ to your PATH evironment variable).

How do I run TF Exe from Visual Studio?

Open the Administrator command prompt. To do so, login to TFS as the administrator user. From the ‘Start’ button, select ‘All programs’ > MS VS 2010 > Visual Studio tools > Visual Studio > Command prompt. You can test a couple of tf.exe commands on this command prompt.

How do I test TFS in Visual Studio?

To do so, login to TFS as the administrator user. From the ‘Start’ button, select ‘All programs’ > MS VS 2010 > Visual Studio tools > Visual Studio > Command prompt. You can test a couple of tf.exe commands on this command prompt. Get a list of tf commands by just typing tf /? on the command prompt.

Why use TFs TF TF Exe?

This activity of creating useful scripts (for tailored requirements of source control) using TFS tf.exe is very flexible, useful, swift and hence enjoyable for administrators. Let’s get into action! Follow these steps:

Can I manage TFS source control from the command line?

Using TFS 2010 Source Control From Command Line tf.exe is FUN! Abstract: Team Foundation Server (TFS 2010) administrators have experienced that managing source control from the command line (tf.exe) is faster and more convenient.


1 Answers

You need to install Team Explorer, it's best to install the version of Team Explorer that matches the version of TFS you are using e.g. if you're using TFS 2010 then install Team Explorer 2010.

2012 version http://www.microsoft.com/en-gb/download/details.aspx?id=30656

2013 version http://www.microsoft.com/en-us/download/details.aspx?id=40776

2019 version https://visualstudio.microsoft.com/downloads/#visual-studio-team-explorer-2019

You also might be interested in the TFS power tools. They add some extra command line features (using tfpt.exe) and also add some extra IDE features.

like image 109
James Reed Avatar answered Sep 19 '22 12:09

James Reed