Work with semantic version strings
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.
newrelic utils semver check --constraint ">= 1.2.3" --version 1.3
-h, --help help for semver
-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
- newrelic utils - Various utility methods
- newrelic utils semver check - Check version constraints