Skip to content

Commit

Permalink
Merge pull request #630 from newrelic/release/v0.18.15
Browse files Browse the repository at this point in the history
Release/v0.18.15
  • Loading branch information
ctrombley authored Jan 20, 2021
2 parents e3764c9 + 5790141 commit 105020d
Show file tree
Hide file tree
Showing 67 changed files with 70 additions and 67 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<a name="v0.18.15"></a>
## [v0.18.15] - 2021-01-20
<a name="v0.18.14"></a>
## [v0.18.14] - 2021-01-20
<a name="v0.18.13"></a>
Expand Down Expand Up @@ -415,7 +417,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.14...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.15...HEAD
[v0.18.15]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.14...v0.18.15
[v0.18.14]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.13...v0.18.14
[v0.18.13]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.12...v0.18.13
[v0.18.12]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.11...v0.18.12
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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (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 [Text, YAML, JSON] (default "JSON")
--format string output text format [JSON, Text, YAML] (default "JSON")
--plain output compact text
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_nerdgraph_query.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ newrelic nerdgraph query 'query($guid: EntityGuid!) { actor { entity(guid: $guid
### Options inherited from parent commands

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

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_nerdstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Read, write, and delete NerdStorage documents and collections.
### Options inherited from parent commands

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

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/newrelic_nerdstorage_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ newrelic nerdstorage collection --help
### Options inherited from parent commands

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

Expand Down
Loading

0 comments on commit 105020d

Please sign in to comment.