Skip to content

Commit

Permalink
Merge pull request #1515 from wjn/patch-1
Browse files Browse the repository at this point in the history
newrelic profile add -n > --profile
  • Loading branch information
John P Vajda authored Sep 1, 2021
2 parents 6e4c41f + 5900a4d commit 3085f96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ Run the [`profiles add`](https://github.com/newrelic/newrelic-cli/blob/master/do

```sh lineNumbers=false
# Create the tutorial account for the US region
newrelic profiles add -n tutorial --apiKey YOUR_NEW_RELIC_USER_KEY -r YOUR_REGION
newrelic profiles add --profile tutorial --apiKey YOUR_NEW_RELIC_USER_KEY -r YOUR_REGION
# Set the profile as defaults
newrelic profiles default -n tutorial
newrelic profiles default --profile tutorial
```

<Callout variant="important">
Expand Down

0 comments on commit 3085f96

Please sign in to comment.