add

Description

Add tags to a workspace.

Usage

tfct tag add [options]

Options

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

Examples

Add a tag to a workspace

tfct tag add --workspace-name "my-workspace" --name my-tag

Add a tag to a workspace using a file

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