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」で始まる名前のラベルのみが出力されます。
詳細情報: