Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 997 Bytes

newrelic_utils_semver.md

File metadata and controls

40 lines (26 loc) · 997 Bytes

newrelic utils semver

Work with semantic version strings

Synopsis

Work with semantic version strings

The semver subcommands make use of semver (https://github.com/Masterminds/semver) to provide tools for working with semantic version strings.

Examples

newrelic utils semver check --constraint ">= 1.2.3" --version 1.3

Options

  -h, --help   help for semver

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