newrelic-cli
newrelic-cli copied to clipboard
The New Relic Command Line Interface
### Description It's not possible to search for some valid entity types, such as AIOPS/CONDITION. ### Go Version go version go1.16.5 darwin/amd64 newrelic version 0.47.0 ### Current behavior ``` >...
### Description The `newrelic_one_dashboard` Terraform resource has a `filter_current_dashboard` attribute in [some widgets blocks](https://github.com/newrelic/terraform-provider-newrelic/blob/main/website/docs/r/one_dashboard.html.markdown#nested-widget-blocks). These attributes are not generated with the `newrelic utils terraform dashboard` command. ### Go Version ```...
### Feature Description I want to create and delete muting rules from newrelic-cli. ### Additional context It seems that newrelic-client-go already has a feature to communicate with New Relic Alerts....
### Description If I run the graphQL request below, I get a count of 1305. But if I make the same command in the CLI, it only gives me 200...
### Feature Description Currently, the `newrelic utils terraform dashboard` command allows users to export NewRelic dashboards to the Terraform resource, `newrelic_one_dashboard` (https://registry.terraform.io/providers/newrelic/newrelic/latest/docs/resources/one_dashboard) However, this command doesn't work for dashboards that...
### User Story A user can use the New Relic CLI to run Dashboard mutations so they can easily interact with dashboard resources available in NerdGraph. ``` mutation { dashboardAddWidgetsToPage...
_Copied from newrelic/newrelic-client-go#632 and originally entered by @skyzyx._ ### Feature Description Building on #634 : The New Relic One UI has a feature where you can generate a short-link. I...
### Objective The current context of this ticket involves the New Relic Ruby agent which installs its own CLI which is also named `newrelic` 😕 Adding a check for name...
### Objective Since users likely will want to use JSON files and/or YAML files that represent resource configuration, we need to provide a way for them to do so. ###...
### Description Table formatting can cause a panic on NRQL results. ### Go Version CLI version 0.10.0 (Installed via Homebrew) go version go1.14.4 darwin/amd64 ### Current behavior CLI panics ###...