Skip to content

Commit

Permalink
Merge pull request #674 from newrelic/release/v0.18.24
Browse files Browse the repository at this point in the history
Release/v0.18.24
  • Loading branch information
Julien4218 authored Feb 12, 2021
2 parents fd9cddb + 43583ed commit 56eb9c6
Show file tree
Hide file tree
Showing 70 changed files with 76 additions and 70 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="v0.18.24"></a>
## [v0.18.24] - 2021-02-12
### Bug Fixes
- **install:** Ensure error bubbles up when executing only 1 recipe and failing

<a name="v0.18.23"></a>
## [v0.18.23] - 2021-02-11
### Bug Fixes
Expand Down Expand Up @@ -465,7 +470,8 @@
- **profile:** Enable reading of profiles and use Region/APIKey from default profile
- **profile:** Add listing of profiles to command

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.23...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.24...HEAD
[v0.18.24]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.23...v0.18.24
[v0.18.23]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.22...v0.18.23
[v0.18.22]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.21...v0.18.22
[v0.18.21]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.20...v0.18.21
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The New Relic CLI enables users to perform tasks against the New Relic APIs
### Options

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
-h, --help help for newrelic
--plain output compact text
```
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Utilities for New Relic Agents
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_agent_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Configuration utilities/helpers for New Relic agents
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_agent_config_obfuscate.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ newrelic agent config obfuscate --value <config_value> --key <obfuscation_key>
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_apm.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Interact with New Relic APM
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_apm_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ newrelic apm application --help
```
-a, --accountId string A New Relic account ID
--applicationId int A New Relic APM application ID
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_apm_application_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ newrelic apm application get --guid <entityGUID>
```
-a, --accountId string A New Relic account ID
--applicationId int A New Relic APM application ID
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
-g, --guid string search for results matching the given APM application GUID
--plain output compact text
```
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_apm_application_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ newrelic apm application search --name <appName>
```
-a, --accountId string A New Relic account ID
--applicationId int A New Relic APM application ID
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
-g, --guid string search for results matching the given APM application GUID
--plain output compact text
```
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_apm_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ newrelic apm deployment list --applicationId <appID>
```
-a, --accountId string A New Relic account ID
--applicationId int A New Relic APM application ID
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_apm_deployment_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ newrelic apm deployment create --applicationId <appID> --revision <deploymentRev
```
-a, --accountId string A New Relic account ID
--applicationId int A New Relic APM application ID
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_apm_deployment_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ newrelic apm deployment delete --applicationId <appID> --deploymentID <deploymen
```
-a, --accountId string A New Relic account ID
--applicationId int A New Relic APM application ID
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_apm_deployment_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ newrelic apm deployment list --applicationId <appID>
```
-a, --accountId string A New Relic account ID
--applicationId int A New Relic APM application ID
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ newrelic completion --shell zsh
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manage the configuration of the New Relic CLI
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_config_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ newrelic config delete --key <key>
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_config_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ newrelic config get --key <key>
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_config_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ newrelic config list
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_config_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ newrelic config set --key <key> --value <value>
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_decode.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ newrelic decode <subcommand>
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_decode_entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ newrelic decode entity MXxBUE18QVBQTElDQVRJT058Mzk4NDkyNDQw
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_decode_url.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ newrelic decode url -p="pane" -s="entityId" https://one.newrelic.com/launcher/nr
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_diagnose.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Troubleshoot your New Relic installation
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_diagnose_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ newrelic diagnose lint [flags]
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_diagnose_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ newrelic diagnose run [flags]
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_diagnose_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ newrelic diagnose update
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ newrelic documentation --outputDir /tmp
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_edge.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Interact with New Relic Edge
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_edge_trace-observer.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ newrelic edge trace-observer list --accountId <accountID>
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_edge_trace-observer_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ newrelic edge trace-observer create --name 'My Observer' --accountId 12345678 --

```
-a, --accountId int A New Relic account ID
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_edge_trace-observer_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ newrelic edge trace-observer delete --accountId 12345678 --id 1234

```
-a, --accountId int A New Relic account ID
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_edge_trace-observer_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ newrelic edge trace-observer list --accountId 12345678

```
-a, --accountId int A New Relic account ID
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Interact with New Relic entities
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_entity_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ newrelic entity search --name <applicationName>
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_entity_tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ newrelic entity tags get --guid <guid>
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_entity_tags_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ newrelic entity tags create --guid <entityGUID> --tag tag1:value1
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_entity_tags_delete-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ newrelic entity tags delete-values --guid <guid> --tag tag1:value1
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_entity_tags_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ newrelic entity tags delete --guid <entityGUID> --tag tag1 --tag tag2 --tag tag3
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_entity_tags_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ newrelic entity tags get --guid <entityGUID>
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_entity_tags_replace.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ newrelic entity tags replace --guid <entityGUID> --tag tag1:value1
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Send custom events to New Relic
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_events_post.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ newrelic events post --accountId 12345 --event '{ "eventType": "Payment", "amoun
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_nerdgraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Execute GraphQL requests to the NerdGraph API
### Options inherited from parent commands

```
--format string output text format [JSON, Text, YAML] (default "JSON")
--format string output text format [YAML, JSON, Text] (default "JSON")
--plain output compact text
```

Expand Down
Loading

0 comments on commit 56eb9c6

Please sign in to comment.