Skip to content

Commit

Permalink
Merge pull request #696 from newrelic/release/v0.18.27
Browse files Browse the repository at this point in the history
Release/v0.18.27
  • Loading branch information
ctrombley authored Feb 19, 2021
2 parents 4e2132d + a9e77da commit 7d52b87
Show file tree
Hide file tree
Showing 71 changed files with 74 additions and 71 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.27"></a>
## [v0.18.27] - 2021-02-19
<a name="v0.18.26"></a>
## [v0.18.26] - 2021-02-18
<a name="v0.18.25"></a>
Expand Down Expand Up @@ -477,7 +479,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.26...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.27...HEAD
[v0.18.27]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.26...v0.18.27
[v0.18.26]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.25...v0.18.26
[v0.18.25]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.24...v0.18.25
[v0.18.24]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.23...v0.18.24
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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (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 [Text, YAML, JSON] (default "JSON")
--plain output compact text
```

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

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

Expand Down
Loading

0 comments on commit 7d52b87

Please sign in to comment.