Skip to content

Team Foundation Server data provider

Csaba Bernáth edited this page Jun 28, 2023 · 2 revisions

Team Foundation Server

Available TFS commands (and samples):

exec dir '<path>','recursion'
	exec dir '$/','OneLevel'

exec get 'serverPath','localPath'

exec get '$/','C:\\Download'

exec history 'path','user'
exec history '$/DataCommander'
exec history '$/','<username>'

exec status 'path','recursion','workspace','user'
exec status '$/'
exec status '$/',null,null,'<username>'

exec workspaces 'workspace','owner','computer'
exec workspaces
exec workspaces null,'<username>'