Skip to content

Commit

Permalink
Merge pull request #660 from newrelic/release/v0.18.22
Browse files Browse the repository at this point in the history
Release/v0.18.22
  • Loading branch information
ctrombley authored Feb 6, 2021
2 parents 6c1faf5 + aff138d commit 8e8b9cc
Show file tree
Hide file tree
Showing 70 changed files with 159 additions and 110 deletions.
45 changes: 44 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
<a name="v0.18.22"></a>
## [v0.18.22] - 2021-02-05
### Bug Fixes
- **install:** suppress prompts during e2e tests

<a name="v0.18.21"></a>
## [v0.18.21] - 2021-02-05
### Bug Fixes
- **install:** prefer to prompt only when advanced mode is enabled
- **install:** include displayName in the recipeFile struct
- **install:** remove redundant [y/n] from prompts
- **install:** mask secret variables

### Features
- **decode:** NR CLI Translate base64 encoded urls command
- **decode:** NR CLI Translate base64 encoded urls command
- **decode:** NR CLI Translate base64 encoded urls command
- **decode:** NR CLI Translate base64 encoded urls command

<a name="v0.18.20"></a>
## [v0.18.20] - 2021-01-27
<a name="v0.18.19"></a>
## [v0.18.19] - 2021-01-27
### Bug Fixes
- **install:** ensure prompt respones are handled correctly

<a name="v0.18.18"></a>
## [v0.18.18] - 2021-01-25
### Bug Fixes
- **install:** capture guid from validation when alternate format

<a name="v0.18.17"></a>
## [v0.18.17] - 2021-01-22
### Bug Fixes
- **install:** avoid duplicate results when fetching recommendations
- **install:** switch to confirmation for post-question visibility

<a name="v0.18.16"></a>
## [v0.18.16] - 2021-01-20
<a name="v0.18.15"></a>
Expand Down Expand Up @@ -419,7 +456,13 @@
- **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.16...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.22...HEAD
[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
[v0.18.20]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.19...v0.18.20
[v0.18.19]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.18...v0.18.19
[v0.18.18]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.17...v0.18.18
[v0.18.17]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.16...v0.18.17
[v0.18.16]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.15...v0.18.16
[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
Expand Down
3 changes: 2 additions & 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 All @@ -20,6 +20,7 @@ The New Relic CLI enables users to perform tasks against the New Relic APIs
* [newrelic apm](newrelic_apm.md) - Interact with New Relic APM
* [newrelic completion](newrelic_completion.md) - Generates shell completion functions
* [newrelic config](newrelic_config.md) - Manage the configuration of the New Relic CLI
* [newrelic decode](newrelic_decode.md) - Decodes NR1 URL Strings
* [newrelic diagnose](newrelic_diagnose.md) - Troubleshoot your New Relic installation
* [newrelic documentation](newrelic_documentation.md) - Generate CLI documentation
* [newrelic edge](newrelic_edge.md) - Interact with New Relic Edge
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
26 changes: 8 additions & 18 deletions docs/cli/newrelic_decode.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,29 @@
## NewRelic decode
## newrelic decode

Decode a New Relic String to reveal information about the page application


### Synopsis

Use the decode url command to print out information encrypted within the URL.

```
newrelic decode url [flags]
```
Decodes NR1 URL Strings

### Examples

```
newrelic decode url -p="pane" -j="entityId" https://one.newrelic.com/launcher/nr1-core.home?pane=eyJuZXJkbGV0SWQiOiJucjEtY29yZS5ob21lLXNjcmVlbiJ9&platform[accountId]=1
newrelic decode <subcommand>
```

### Options

```
-h, --help Help for Decoded
-p, --param string The query parameter you want to decode
-s, --search string The search key you want returned
-h, --help help for decode
```

### 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
```

### SEE ALSO

* [NewRelic](newrelic.md) - The New Relic CLI

* [newrelic](newrelic.md) - The New Relic CLI
* [newrelic decode entity](newrelic_decode_entity.md) - Decodes NR1 Entitys
* [newrelic decode url](newrelic_decode_url.md) - Decodes NR1 URL Strings

32 changes: 7 additions & 25 deletions docs/cli/newrelic_decode_entity.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
## NewRelic decode
## newrelic decode entity

Decode a New Relic String to reveal information about the page application


### Synopsis

Use the decode url command to print out information encrypted within the URL.
Decodes NR1 Entitys

```
newrelic decode entity [flags]
Expand All @@ -14,37 +9,24 @@ newrelic decode entity [flags]
### Examples

```
newrelic decode entity -k=ID MXxBUE18QVBQTElDQVRJT058Mzk4NDkyNDQw
newrelic decode entity MXxBUE18QVBQTElDQVRJT058Mzk4NDkyNDQw
```

### Options

```
-h, --help Help for Decoded
-k, --key string The key you want returned from an entity
-h, --help help for entity
-k, --key string the key you require back from an entity
```

### Key List

```
account Returns the AccountID
product Returns the New Relic Product Name
feature Returns the Feature Type
ID Returns the ProductID
```


### 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
```

### SEE ALSO

* [NewRelic](newrelic.md) - The New Relic CLI

* [newrelic decode](newrelic_decode.md) - Decodes NR1 URL Strings

33 changes: 33 additions & 0 deletions docs/cli/newrelic_decode_url.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## newrelic decode url

Decodes NR1 URL Strings

```
newrelic decode url [flags]
```

### Examples

```
newrelic decode url -p="pane" -s="entityId" https://one.newrelic.com/launcher/nr1-core.home?pane=eyJuZXJkbGV0SWQiOiJucjEtY29yZS5ob21lLXNjcmVlbiJ9&platform[accountId]=1
```

### Options

```
-h, --help help for url
-p, --param string the query parameter you want to decode
-s, --search string the search key you want returned
```

### Options inherited from parent commands

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

### SEE ALSO

* [newrelic decode](newrelic_decode.md) - Decodes NR1 URL Strings

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
Loading

0 comments on commit 8e8b9cc

Please sign in to comment.