From ec763d0e1d1f5e3452aa9f7114a3937776eda80d Mon Sep 17 00:00:00 2001 From: Brian Hensley <48165493+brnhensley@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:48:31 -0700 Subject: [PATCH] fix: link & update CLI options https://github.com/newrelic/newrelic-cli/blob/main/docs/cli/newrelic.md --- .../new-relic-solutions/build-nr-ui/newrelic-cli.mdx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/content/docs/new-relic-solutions/build-nr-ui/newrelic-cli.mdx b/src/content/docs/new-relic-solutions/build-nr-ui/newrelic-cli.mdx index 70087b7cfe2..60fbb4abd5c 100644 --- a/src/content/docs/new-relic-solutions/build-nr-ui/newrelic-cli.mdx +++ b/src/content/docs/new-relic-solutions/build-nr-ui/newrelic-cli.mdx @@ -12,12 +12,16 @@ The New Relic CLI enables the integration of New Relic into your existing workfl Find details for the New Relic CLI command docs in GitHub. -### Options [nr-cli-commands-options] +### Options [#nr-cli-commands-options] ```bash copyable=false -[output] --format string output text format [YAML, JSON, Text] (default "JSON") -[output] -h, --help help for newrelic -[output] --plain output compact text +[output] -a, --accountId int the account ID to use. Can be overridden by setting NEW_RELIC_ACCOUNT_ID +[output] --debug debug level logging +[output] --format string output text format [JSON, Text, YAML] (default "JSON") +[output] -h, --help help for newrelic +[output] --plain output compact text +[output] --profile string the authentication profile to use +[output] --trace trace level logging ``` ### Commands [#commands]