remove

Description

Remove tags from a workspace.

Usage

tfct tag remove [options]

Options

ShortLongDescription
-n--name <NAME>The name of the tag to remove.
--tag-file <TAG_FILE>The file containing a list of tags to remove.

Examples

Remove a tag to a workspace

tfct tag remove --workspace-name "my-workspace" --name my-tag

Remove a tag to a workspace using a file

{
  "tags": [
    {
      "name": "it:worked"
    }
  ]
}
tfct tag remove --workspace-id "ws-id" --tag-file tags.json