Skip to content

Commit

Permalink
Merge pull request #846 from newrelic/release/v0.26.0
Browse files Browse the repository at this point in the history
Release/v0.26.0
  • Loading branch information
ctrombley authored May 13, 2021
2 parents b1e82c9 + ab78d1f commit 2228ebc
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="v0.26.0"></a>
## [v0.26.0] - 2021-05-13
### Bug Fixes
- **install:** replace AddVar() with SetRecipeVar() after types refactor

### Features
- **diagnose:** add validate subcommand
- **newrelic:** bootstrap an insights insert key on first use

<a name="v0.25.0"></a>
## [v0.25.0] - 2021-05-07
### Bug Fixes
Expand Down Expand Up @@ -638,7 +647,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.25.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.26.0...HEAD
[v0.26.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.25.0...v0.26.0
[v0.25.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.24.1...v0.25.0
[v0.24.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.24.0...v0.24.1
[v0.24.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.23.2...v0.24.0
Expand Down
1 change: 1 addition & 0 deletions docs/cli/newrelic_diagnose.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Troubleshoot your New Relic installation
* [newrelic diagnose lint](newrelic_diagnose_lint.md) - Validate your agent config file
* [newrelic diagnose run](newrelic_diagnose_run.md) - Troubleshoot your New Relic-instrumented application
* [newrelic diagnose update](newrelic_diagnose_update.md) - Update the New Relic Diagnostics binary if necessary
* [newrelic diagnose validate](newrelic_diagnose_validate.md) - Validate your CLI configuration and connectivity

38 changes: 38 additions & 0 deletions docs/cli/newrelic_diagnose_validate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## newrelic diagnose validate

Validate your CLI configuration and connectivity

### Synopsis

Validate your CLI configuration and connectivity.

Checks the configuration in the default or specified configuation profile by sending
data to the New Relic platform and verifying that it has been received.

```
newrelic diagnose validate [flags]
```

### Examples

```
newrelic diagnose validate
```

### Options

```
-h, --help help for validate
```

### Options inherited from parent commands

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

### SEE ALSO

* [newrelic diagnose](newrelic_diagnose.md) - Troubleshoot your New Relic installation

0 comments on commit 2228ebc

Please sign in to comment.