This command is very useful to quickly get local repository state without the unnecessary server interaction. But it looks like tf.cmd client from this repository doesn't support this command?
Here's what I've got when trying to invoke it:
> tf.cmd localversions .\TestSolution3\ClassLibrary001\Class001.cs
An argument error occurred: The command 'localversions' is unknown.
Team Explorer Everywhere Command Line Client (version 14.134.0.201804261732)
In the TFS client documentation, there is a description of a
localversions
command.This command is very useful to quickly get local repository state without the unnecessary server interaction. But it looks like
tf.cmd
client from this repository doesn't support this command?Here's what I've got when trying to invoke it: