--name, and returns the new tag’s ID. Use the ID in subsequent tag attach calls when you want to attach the same tag to many channels or events without rediscovering it by name.
Tag names are not unique in TalkValue, so creating the same name twice produces two distinct tags. Use tag list --name <substring> before creating if you want to reuse an existing tag.
Synopsis
Options
| Flag | Type | Description |
|---|---|---|
-n, --name <name> | string (required) | Display name for the tag. Shows up on the dashboard exactly as written. |
Examples
1. Create a single tag
2. Capture the ID for the rest of the script
3. Bulk-create from a list
id\tname pair. Pair with tee tag-ids.txt to keep the mapping for later attach steps.
Response
id when scripting many attaches.
See also
tag attach. Attach the new tag to a channel or event.- Tags. When and why to use tags in Path.
path channel list. Find channel IDs to attach the tag to.
