Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic authored Nov 26, 2024
1 parent e21301f commit f141b8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/bulk_users_import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ This is specifically useful in cases where a huge number of users were created i


#### Arguments
--groupId <groupId>: The ID of the group to which the users will be imported. This is a required flag.
`--groupId`: The ID of the group to which the users will be imported. This is a required flag.

--apiKey <apiKey>: The User API key used for authentication. This is an optional flag, and can only be skipped if your environment has a `NEW_RELIC_API_KEY` that can be defaulted to.
`--apiKey`: The User API key used for authentication. This is an optional flag, and can only be skipped if your environment has a `NEW_RELIC_API_KEY` that can be defaulted to.

--filePath <filePath>: The path to the file containing the user data to be imported. This is a required flag.
`--filePath`: The path to the file containing the user data to be imported. This is a required flag.

#### Example Usage
```sh
Expand Down

0 comments on commit f141b8e

Please sign in to comment.