goliothctl tag
Create, update, and delete tags.
Synopsis
Use the goliothctl tag subcommands to create, delete, and update tags. Tags can exist independently from devices.
goliothctl tag [flags]
Examples
# Create a tag
> goliothctl tag create --name my-tag
# Update it
> goliothctl tag update my-tag --name formally-known-as-my-tag
# Delete it
> goliothctl tag delete formally-known-as-my-tag
Options
  -h, --help   help for tag
Options inherited from parent commands
      --apiUrl string      golioth api server url (default "https://api.golioth.io")
  -c, --config string      config file (default is $HOME/.golioth/.goliothctl.yaml)
      --projectId string   golioth project id
SEE ALSO
- goliothctl - Manage Golioth platform resources and developer workflow.
 - goliothctl tag create - Create a tag.
 - goliothctl tag delete - Delete a tag.
 - goliothctl tag list - Show all tags.
 - goliothctl tag update - Update the name of an existing tag.