Skip to content

Commit

Permalink
fix: update cli output
Browse files Browse the repository at this point in the history
  • Loading branch information
brnhensley committed Oct 4, 2023
1 parent 6891067 commit bfdf61d
Showing 1 changed file with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,28 @@ When executed with no further arguments, this provides a listing of all accepted
```shell
newrelic-admin help
[output] Usage: newrelic-admin command [options]

[output] Type 'newrelic-admin help <command>' for help on any of the commands listed in this document.
[output]
[output] Type 'newrelic-admin help <command>'for help on a specific command.
[output]
[output] Available commands are:
[output] generate-config
[output] license-key
[output] local-config
[output] network-config
[output] record-deploy
[output] run-program
[output] run-python
[output] server-config
[output] validate-config
```

To view additional details about a subcommand, run the help command with the subcommand and any of its options. For example:

```shell
newrelic-admin help generate-config
[output] Usage: newrelic-admin generate-config license_key [output_file]

[output] Generates a sample agent configuration file for <license_key>
[output]
[output] Generates a sample agent configuration file for <license_key>.
```

## generate-config license_key \[output_file] [#generate-config]
Expand Down

0 comments on commit bfdf61d

Please sign in to comment.