Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用命令行工具生成所有标签的列表tf.exe。我怎样才能做到这一点?
tf.exe
tf labels /owner:*
默认情况下,该labels命令仅列出您自己拥有的标签。
labels
如果要限制标签输出,可以过滤标签:
tf labels /owner:* 0.1*
以上将仅输出名称以“0.1”开头的标签。
欲了解更多信息: