Skip to content

Commit

Permalink
fix: link & update CLI options
Browse files Browse the repository at this point in the history
  • Loading branch information
brnhensley authored Oct 24, 2024
1 parent e8ccf5c commit ec763d0
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ec763d0

Please sign in to comment.