Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

newrelic entity tags create

Create tag:value pairs for the given entity

Synopsis

Create tag:value pairs for the given entity

The create command adds tag:value pairs to the given entity.

newrelic entity tags create [flags]

Examples

newrelic entity tags create --guid <entityGUID> --tag tag1:value1

Options

  -g, --guid string   the entity GUID to create tag values on
  -h, --help          help for create
  -t, --tag strings   the tag names to add to the entity

Options inherited from parent commands

  -a, --accountId int    the account ID to use. Can be overridden by setting NEW_RELIC_ACCOUNT_ID
      --debug            debug level logging
      --format string    output text format [JSON, Text, YAML] (default "JSON")
      --plain            output compact text
      --profile string   the authentication profile to use
      --trace            trace level logging

SEE ALSO