diff --git a/src/markdown-pages/automate-workflows/get-started-new-relic-cli.mdx b/src/markdown-pages/automate-workflows/get-started-new-relic-cli.mdx index 458e2fc5e..3e1f39d66 100644 --- a/src/markdown-pages/automate-workflows/get-started-new-relic-cli.mdx +++ b/src/markdown-pages/automate-workflows/get-started-new-relic-cli.mdx @@ -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 ```