newrelic-cli icon indicating copy to clipboard operation
newrelic-cli copied to clipboard

The New Relic Command Line Interface

Results 113 newrelic-cli issues
Sort by recently updated
recently updated
newest added

### Description The current implementation of entity search returns a set of fuzzy matched entities, which can make it difficult when you are trying to filter to a specific name....

enhancement
priority:medium
dependencies
size:M
nr-cli

### Feature Description Add the ability to chain newrelic commands together, example would be an entity search filtered to GUIDs, then piped back to newrelic to add tags to all...

enhancement
size:L
priority:high
nr-cli

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://togithub.com/docker/login-action) | action | major | `v1` -> `v2` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://togithub.com/docker/build-push-action) | action | major | `v2` -> `v3` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mvdan.cc/sh/v3](https://togithub.com/mvdan/sh) | require | minor | `v3.4.3` -> `v3.5.1` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.18` -> `1.19` |...

dependencies

Just some testing and open install fun, ignore for now.

Requires: [newrelic/newrelic-client-go #1113](https://github.com/newrelic/newrelic-client-go/pull/1113) Fixes: #1292 Fixes: #138 Closes: #1490

### Feature Description The official newreliccli docker image on dockerhub only supports linux/amd64 https://hub.docker.com/r/newrelic/cli/tags. ARM64 builds are available https://github.com/newrelic/newrelic-cli/releases/tag/v0.73.3 but there's no official docker image with ARM support. Having this...

enhancement