From 7ba452e67026027ef3c7b4f48584688fe0713484 Mon Sep 17 00:00:00 2001 From: Chris Trombley Date: Fri, 19 Feb 2021 10:25:42 -0800 Subject: [PATCH 1/2] chore(docs): Regenerate CLI docs for v0.18.27 --- docs/cli/newrelic.md | 2 +- docs/cli/newrelic_agent.md | 2 +- docs/cli/newrelic_agent_config.md | 2 +- docs/cli/newrelic_agent_config_obfuscate.md | 2 +- docs/cli/newrelic_apm.md | 2 +- docs/cli/newrelic_apm_application.md | 2 +- docs/cli/newrelic_apm_application_get.md | 2 +- docs/cli/newrelic_apm_application_search.md | 2 +- docs/cli/newrelic_apm_deployment.md | 2 +- docs/cli/newrelic_apm_deployment_create.md | 2 +- docs/cli/newrelic_apm_deployment_delete.md | 2 +- docs/cli/newrelic_apm_deployment_list.md | 2 +- docs/cli/newrelic_completion.md | 2 +- docs/cli/newrelic_config.md | 2 +- docs/cli/newrelic_config_delete.md | 2 +- docs/cli/newrelic_config_get.md | 2 +- docs/cli/newrelic_config_list.md | 2 +- docs/cli/newrelic_config_set.md | 2 +- docs/cli/newrelic_decode.md | 2 +- docs/cli/newrelic_decode_entity.md | 2 +- docs/cli/newrelic_decode_url.md | 2 +- docs/cli/newrelic_diagnose.md | 2 +- docs/cli/newrelic_diagnose_lint.md | 2 +- docs/cli/newrelic_diagnose_run.md | 2 +- docs/cli/newrelic_diagnose_update.md | 2 +- docs/cli/newrelic_documentation.md | 2 +- docs/cli/newrelic_edge.md | 2 +- docs/cli/newrelic_edge_trace-observer.md | 2 +- docs/cli/newrelic_edge_trace-observer_create.md | 2 +- docs/cli/newrelic_edge_trace-observer_delete.md | 2 +- docs/cli/newrelic_edge_trace-observer_list.md | 2 +- docs/cli/newrelic_entity.md | 2 +- docs/cli/newrelic_entity_search.md | 2 +- docs/cli/newrelic_entity_tags.md | 2 +- docs/cli/newrelic_entity_tags_create.md | 2 +- docs/cli/newrelic_entity_tags_delete-values.md | 2 +- docs/cli/newrelic_entity_tags_delete.md | 2 +- docs/cli/newrelic_entity_tags_get.md | 2 +- docs/cli/newrelic_entity_tags_replace.md | 2 +- docs/cli/newrelic_events.md | 2 +- docs/cli/newrelic_events_post.md | 2 +- docs/cli/newrelic_install.md | 2 +- docs/cli/newrelic_nerdgraph.md | 2 +- docs/cli/newrelic_nerdgraph_query.md | 2 +- docs/cli/newrelic_nerdstorage.md | 2 +- docs/cli/newrelic_nerdstorage_collection.md | 2 +- docs/cli/newrelic_nerdstorage_collection_delete.md | 2 +- docs/cli/newrelic_nerdstorage_collection_get.md | 2 +- docs/cli/newrelic_nerdstorage_document.md | 2 +- docs/cli/newrelic_nerdstorage_document_delete.md | 2 +- docs/cli/newrelic_nerdstorage_document_get.md | 2 +- docs/cli/newrelic_nerdstorage_document_write.md | 2 +- docs/cli/newrelic_nrql.md | 2 +- docs/cli/newrelic_nrql_history.md | 2 +- docs/cli/newrelic_nrql_query.md | 2 +- docs/cli/newrelic_profile.md | 2 +- docs/cli/newrelic_profile_add.md | 2 +- docs/cli/newrelic_profile_default.md | 2 +- docs/cli/newrelic_profile_delete.md | 2 +- docs/cli/newrelic_profile_list.md | 2 +- docs/cli/newrelic_reporting.md | 2 +- docs/cli/newrelic_reporting_junit.md | 2 +- docs/cli/newrelic_version.md | 2 +- docs/cli/newrelic_workload.md | 2 +- docs/cli/newrelic_workload_create.md | 2 +- docs/cli/newrelic_workload_delete.md | 2 +- docs/cli/newrelic_workload_duplicate.md | 2 +- docs/cli/newrelic_workload_get.md | 2 +- docs/cli/newrelic_workload_list.md | 2 +- docs/cli/newrelic_workload_update.md | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/docs/cli/newrelic.md b/docs/cli/newrelic.md index b3ec5b4ce..2c54cf755 100644 --- a/docs/cli/newrelic.md +++ b/docs/cli/newrelic.md @@ -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 ``` diff --git a/docs/cli/newrelic_agent.md b/docs/cli/newrelic_agent.md index 549d1c204..a81d71d20 100644 --- a/docs/cli/newrelic_agent.md +++ b/docs/cli/newrelic_agent.md @@ -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 ``` diff --git a/docs/cli/newrelic_agent_config.md b/docs/cli/newrelic_agent_config.md index 114b47041..b6f288313 100644 --- a/docs/cli/newrelic_agent_config.md +++ b/docs/cli/newrelic_agent_config.md @@ -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 ``` diff --git a/docs/cli/newrelic_agent_config_obfuscate.md b/docs/cli/newrelic_agent_config_obfuscate.md index ea687e291..4de6511cb 100644 --- a/docs/cli/newrelic_agent_config_obfuscate.md +++ b/docs/cli/newrelic_agent_config_obfuscate.md @@ -29,7 +29,7 @@ newrelic agent config obfuscate --value --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 ``` diff --git a/docs/cli/newrelic_apm.md b/docs/cli/newrelic_apm.md index 8fe9e264b..078f9a4f0 100644 --- a/docs/cli/newrelic_apm.md +++ b/docs/cli/newrelic_apm.md @@ -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 ``` diff --git a/docs/cli/newrelic_apm_application.md b/docs/cli/newrelic_apm_application.md index ec58d2d24..c9f6110b6 100644 --- a/docs/cli/newrelic_apm_application.md +++ b/docs/cli/newrelic_apm_application.md @@ -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 ``` diff --git a/docs/cli/newrelic_apm_application_get.md b/docs/cli/newrelic_apm_application_get.md index 0115ad7fa..26116e09f 100644 --- a/docs/cli/newrelic_apm_application_get.md +++ b/docs/cli/newrelic_apm_application_get.md @@ -30,7 +30,7 @@ newrelic apm application get --guid ``` -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 ``` diff --git a/docs/cli/newrelic_apm_application_search.md b/docs/cli/newrelic_apm_application_search.md index 0f6111a8d..96c2baa61 100644 --- a/docs/cli/newrelic_apm_application_search.md +++ b/docs/cli/newrelic_apm_application_search.md @@ -31,7 +31,7 @@ newrelic apm application search --name ``` -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 ``` diff --git a/docs/cli/newrelic_apm_deployment.md b/docs/cli/newrelic_apm_deployment.md index ed15bfce2..ca63d95d9 100644 --- a/docs/cli/newrelic_apm_deployment.md +++ b/docs/cli/newrelic_apm_deployment.md @@ -29,7 +29,7 @@ newrelic apm deployment list --applicationId ``` -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 ``` diff --git a/docs/cli/newrelic_apm_deployment_create.md b/docs/cli/newrelic_apm_deployment_create.md index 8c0c721f9..9811e4988 100644 --- a/docs/cli/newrelic_apm_deployment_create.md +++ b/docs/cli/newrelic_apm_deployment_create.md @@ -35,7 +35,7 @@ newrelic apm deployment create --applicationId --revision --deploymentID ``` -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 ``` diff --git a/docs/cli/newrelic_completion.md b/docs/cli/newrelic_completion.md index 4c4c60a91..3195a5292 100644 --- a/docs/cli/newrelic_completion.md +++ b/docs/cli/newrelic_completion.md @@ -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 ``` diff --git a/docs/cli/newrelic_config.md b/docs/cli/newrelic_config.md index 6872e4491..7e68c7d0a 100644 --- a/docs/cli/newrelic_config.md +++ b/docs/cli/newrelic_config.md @@ -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 ``` diff --git a/docs/cli/newrelic_config_delete.md b/docs/cli/newrelic_config_delete.md index 19d9b5cbb..c60f79bdf 100644 --- a/docs/cli/newrelic_config_delete.md +++ b/docs/cli/newrelic_config_delete.md @@ -30,7 +30,7 @@ newrelic config delete --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 ``` diff --git a/docs/cli/newrelic_config_get.md b/docs/cli/newrelic_config_get.md index 57ec1a5c0..e2bf2268d 100644 --- a/docs/cli/newrelic_config_get.md +++ b/docs/cli/newrelic_config_get.md @@ -29,7 +29,7 @@ newrelic config get --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 ``` diff --git a/docs/cli/newrelic_config_list.md b/docs/cli/newrelic_config_list.md index f1a4572c3..b2aafc83d 100644 --- a/docs/cli/newrelic_config_list.md +++ b/docs/cli/newrelic_config_list.md @@ -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 ``` diff --git a/docs/cli/newrelic_config_set.md b/docs/cli/newrelic_config_set.md index 33b9876bc..275443b33 100644 --- a/docs/cli/newrelic_config_set.md +++ b/docs/cli/newrelic_config_set.md @@ -30,7 +30,7 @@ newrelic config set --key --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 ``` diff --git a/docs/cli/newrelic_decode.md b/docs/cli/newrelic_decode.md index f979929a7..bce3de4f2 100644 --- a/docs/cli/newrelic_decode.md +++ b/docs/cli/newrelic_decode.md @@ -17,7 +17,7 @@ newrelic decode ### 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 ``` diff --git a/docs/cli/newrelic_decode_entity.md b/docs/cli/newrelic_decode_entity.md index 4066c8508..15cd7e74e 100644 --- a/docs/cli/newrelic_decode_entity.md +++ b/docs/cli/newrelic_decode_entity.md @@ -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 ``` diff --git a/docs/cli/newrelic_decode_url.md b/docs/cli/newrelic_decode_url.md index 180666f10..9b2964ed7 100644 --- a/docs/cli/newrelic_decode_url.md +++ b/docs/cli/newrelic_decode_url.md @@ -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 ``` diff --git a/docs/cli/newrelic_diagnose.md b/docs/cli/newrelic_diagnose.md index 90c84fc25..2258b81e2 100644 --- a/docs/cli/newrelic_diagnose.md +++ b/docs/cli/newrelic_diagnose.md @@ -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 ``` diff --git a/docs/cli/newrelic_diagnose_lint.md b/docs/cli/newrelic_diagnose_lint.md index 10e85009d..78bd436ed 100644 --- a/docs/cli/newrelic_diagnose_lint.md +++ b/docs/cli/newrelic_diagnose_lint.md @@ -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 ``` diff --git a/docs/cli/newrelic_diagnose_run.md b/docs/cli/newrelic_diagnose_run.md index 5f94c7c4e..d4a959df3 100644 --- a/docs/cli/newrelic_diagnose_run.md +++ b/docs/cli/newrelic_diagnose_run.md @@ -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 ``` diff --git a/docs/cli/newrelic_diagnose_update.md b/docs/cli/newrelic_diagnose_update.md index aabde79b8..6799c5b64 100644 --- a/docs/cli/newrelic_diagnose_update.md +++ b/docs/cli/newrelic_diagnose_update.md @@ -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 ``` diff --git a/docs/cli/newrelic_documentation.md b/docs/cli/newrelic_documentation.md index 7bf4ae3cf..0229388a2 100644 --- a/docs/cli/newrelic_documentation.md +++ b/docs/cli/newrelic_documentation.md @@ -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 ``` diff --git a/docs/cli/newrelic_edge.md b/docs/cli/newrelic_edge.md index 0c6a757ff..7a096b30e 100644 --- a/docs/cli/newrelic_edge.md +++ b/docs/cli/newrelic_edge.md @@ -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 ``` diff --git a/docs/cli/newrelic_edge_trace-observer.md b/docs/cli/newrelic_edge_trace-observer.md index 7e833bf4d..2f4d70a68 100644 --- a/docs/cli/newrelic_edge_trace-observer.md +++ b/docs/cli/newrelic_edge_trace-observer.md @@ -27,7 +27,7 @@ newrelic edge trace-observer list --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 ``` diff --git a/docs/cli/newrelic_edge_trace-observer_create.md b/docs/cli/newrelic_edge_trace-observer_create.md index a03f678cc..a318c4677 100644 --- a/docs/cli/newrelic_edge_trace-observer_create.md +++ b/docs/cli/newrelic_edge_trace-observer_create.md @@ -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 ``` diff --git a/docs/cli/newrelic_edge_trace-observer_delete.md b/docs/cli/newrelic_edge_trace-observer_delete.md index 780f7e077..020de48ec 100644 --- a/docs/cli/newrelic_edge_trace-observer_delete.md +++ b/docs/cli/newrelic_edge_trace-observer_delete.md @@ -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 ``` diff --git a/docs/cli/newrelic_edge_trace-observer_list.md b/docs/cli/newrelic_edge_trace-observer_list.md index 0eb842d93..32a54a69b 100644 --- a/docs/cli/newrelic_edge_trace-observer_list.md +++ b/docs/cli/newrelic_edge_trace-observer_list.md @@ -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 ``` diff --git a/docs/cli/newrelic_entity.md b/docs/cli/newrelic_entity.md index 302ab00eb..895847b09 100644 --- a/docs/cli/newrelic_entity.md +++ b/docs/cli/newrelic_entity.md @@ -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 ``` diff --git a/docs/cli/newrelic_entity_search.md b/docs/cli/newrelic_entity_search.md index 57acd3475..b040b6fbd 100644 --- a/docs/cli/newrelic_entity_search.md +++ b/docs/cli/newrelic_entity_search.md @@ -35,7 +35,7 @@ newrelic entity search --name ### 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 ``` diff --git a/docs/cli/newrelic_entity_tags.md b/docs/cli/newrelic_entity_tags.md index a7dbf13bb..8e16e2e62 100644 --- a/docs/cli/newrelic_entity_tags.md +++ b/docs/cli/newrelic_entity_tags.md @@ -25,7 +25,7 @@ newrelic entity tags get --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 ``` diff --git a/docs/cli/newrelic_entity_tags_create.md b/docs/cli/newrelic_entity_tags_create.md index dedd0a8c2..1b294f8a0 100644 --- a/docs/cli/newrelic_entity_tags_create.md +++ b/docs/cli/newrelic_entity_tags_create.md @@ -30,7 +30,7 @@ newrelic entity tags create --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 ``` diff --git a/docs/cli/newrelic_entity_tags_delete-values.md b/docs/cli/newrelic_entity_tags_delete-values.md index 3bc0b21a4..fe1946735 100644 --- a/docs/cli/newrelic_entity_tags_delete-values.md +++ b/docs/cli/newrelic_entity_tags_delete-values.md @@ -30,7 +30,7 @@ newrelic entity tags delete-values --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 ``` diff --git a/docs/cli/newrelic_entity_tags_delete.md b/docs/cli/newrelic_entity_tags_delete.md index 97f259d87..8b2b1b85b 100644 --- a/docs/cli/newrelic_entity_tags_delete.md +++ b/docs/cli/newrelic_entity_tags_delete.md @@ -31,7 +31,7 @@ newrelic entity tags delete --guid --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 ``` diff --git a/docs/cli/newrelic_entity_tags_get.md b/docs/cli/newrelic_entity_tags_get.md index b69e2af16..60d54c13c 100644 --- a/docs/cli/newrelic_entity_tags_get.md +++ b/docs/cli/newrelic_entity_tags_get.md @@ -29,7 +29,7 @@ newrelic entity tags get --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 ``` diff --git a/docs/cli/newrelic_entity_tags_replace.md b/docs/cli/newrelic_entity_tags_replace.md index 752305241..354c11163 100644 --- a/docs/cli/newrelic_entity_tags_replace.md +++ b/docs/cli/newrelic_entity_tags_replace.md @@ -31,7 +31,7 @@ newrelic entity tags replace --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 ``` diff --git a/docs/cli/newrelic_events.md b/docs/cli/newrelic_events.md index d30cec8b5..7680e7ab9 100644 --- a/docs/cli/newrelic_events.md +++ b/docs/cli/newrelic_events.md @@ -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 ``` diff --git a/docs/cli/newrelic_events_post.md b/docs/cli/newrelic_events_post.md index bb6312d58..3be01b075 100644 --- a/docs/cli/newrelic_events_post.md +++ b/docs/cli/newrelic_events_post.md @@ -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 ``` diff --git a/docs/cli/newrelic_install.md b/docs/cli/newrelic_install.md index 16124d3d9..0b08f9af6 100644 --- a/docs/cli/newrelic_install.md +++ b/docs/cli/newrelic_install.md @@ -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 ``` diff --git a/docs/cli/newrelic_nerdgraph.md b/docs/cli/newrelic_nerdgraph.md index 1c1382412..2050e7a31 100644 --- a/docs/cli/newrelic_nerdgraph.md +++ b/docs/cli/newrelic_nerdgraph.md @@ -11,7 +11,7 @@ Execute GraphQL requests to the NerdGraph API ### 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 ``` diff --git a/docs/cli/newrelic_nerdgraph_query.md b/docs/cli/newrelic_nerdgraph_query.md index ef2354f2a..3a1863bfe 100644 --- a/docs/cli/newrelic_nerdgraph_query.md +++ b/docs/cli/newrelic_nerdgraph_query.md @@ -31,7 +31,7 @@ newrelic nerdgraph query 'query($guid: EntityGuid!) { actor { entity(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 ``` diff --git a/docs/cli/newrelic_nerdstorage.md b/docs/cli/newrelic_nerdstorage.md index 887420fba..2a5151386 100644 --- a/docs/cli/newrelic_nerdstorage.md +++ b/docs/cli/newrelic_nerdstorage.md @@ -11,7 +11,7 @@ Read, write, and delete NerdStorage documents and collections. ### 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 ``` diff --git a/docs/cli/newrelic_nerdstorage_collection.md b/docs/cli/newrelic_nerdstorage_collection.md index 50fc6e981..2923ccf72 100644 --- a/docs/cli/newrelic_nerdstorage_collection.md +++ b/docs/cli/newrelic_nerdstorage_collection.md @@ -21,7 +21,7 @@ newrelic nerdstorage collection --help ### 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 ``` diff --git a/docs/cli/newrelic_nerdstorage_collection_delete.md b/docs/cli/newrelic_nerdstorage_collection_delete.md index 44b41503a..e37a8789b 100644 --- a/docs/cli/newrelic_nerdstorage_collection_delete.md +++ b/docs/cli/newrelic_nerdstorage_collection_delete.md @@ -44,7 +44,7 @@ newrelic nerdstorage collection delete [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 ``` diff --git a/docs/cli/newrelic_nerdstorage_collection_get.md b/docs/cli/newrelic_nerdstorage_collection_get.md index 0a127cd96..f5a1e405e 100644 --- a/docs/cli/newrelic_nerdstorage_collection_get.md +++ b/docs/cli/newrelic_nerdstorage_collection_get.md @@ -44,7 +44,7 @@ newrelic nerdstorage collection get [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 ``` diff --git a/docs/cli/newrelic_nerdstorage_document.md b/docs/cli/newrelic_nerdstorage_document.md index dc076c2a5..6c94a9a05 100644 --- a/docs/cli/newrelic_nerdstorage_document.md +++ b/docs/cli/newrelic_nerdstorage_document.md @@ -21,7 +21,7 @@ newrelic nerdstorage document --help ### 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 ``` diff --git a/docs/cli/newrelic_nerdstorage_document_delete.md b/docs/cli/newrelic_nerdstorage_document_delete.md index f6b88a72b..5c0f1f2c4 100644 --- a/docs/cli/newrelic_nerdstorage_document_delete.md +++ b/docs/cli/newrelic_nerdstorage_document_delete.md @@ -45,7 +45,7 @@ newrelic nerdstorage document delete [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 ``` diff --git a/docs/cli/newrelic_nerdstorage_document_get.md b/docs/cli/newrelic_nerdstorage_document_get.md index 9e96f4d38..0b5eddf57 100644 --- a/docs/cli/newrelic_nerdstorage_document_get.md +++ b/docs/cli/newrelic_nerdstorage_document_get.md @@ -45,7 +45,7 @@ newrelic nerdstorage document get [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 ``` diff --git a/docs/cli/newrelic_nerdstorage_document_write.md b/docs/cli/newrelic_nerdstorage_document_write.md index bd36e7a42..121ca784d 100644 --- a/docs/cli/newrelic_nerdstorage_document_write.md +++ b/docs/cli/newrelic_nerdstorage_document_write.md @@ -46,7 +46,7 @@ newrelic nerdstorage document write [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 ``` diff --git a/docs/cli/newrelic_nrql.md b/docs/cli/newrelic_nrql.md index 40235d04a..6393ea75f 100644 --- a/docs/cli/newrelic_nrql.md +++ b/docs/cli/newrelic_nrql.md @@ -11,7 +11,7 @@ Commands for interacting with the New Relic Database ### 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 ``` diff --git a/docs/cli/newrelic_nrql_history.md b/docs/cli/newrelic_nrql_history.md index e9864bf17..530b211c9 100644 --- a/docs/cli/newrelic_nrql_history.md +++ b/docs/cli/newrelic_nrql_history.md @@ -29,7 +29,7 @@ newrelic nrql query history ### 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 ``` diff --git a/docs/cli/newrelic_nrql_query.md b/docs/cli/newrelic_nrql_query.md index 99bc8f385..b4dd60760 100644 --- a/docs/cli/newrelic_nrql_query.md +++ b/docs/cli/newrelic_nrql_query.md @@ -32,7 +32,7 @@ newrelic nrql query --accountId 12345678 --query 'SELECT count(*) FROM Transacti ### 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 ``` diff --git a/docs/cli/newrelic_profile.md b/docs/cli/newrelic_profile.md index 78257e4a6..b82b15bf2 100644 --- a/docs/cli/newrelic_profile.md +++ b/docs/cli/newrelic_profile.md @@ -11,7 +11,7 @@ Manage the authentication profiles for this tool ### 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 ``` diff --git a/docs/cli/newrelic_profile_add.md b/docs/cli/newrelic_profile_add.md index 8b24765b8..c43334d42 100644 --- a/docs/cli/newrelic_profile_add.md +++ b/docs/cli/newrelic_profile_add.md @@ -36,7 +36,7 @@ newrelic profile add --name --region --apiKey -- ### 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 ``` diff --git a/docs/cli/newrelic_profile_default.md b/docs/cli/newrelic_profile_default.md index ddc0e0180..24120ea9f 100644 --- a/docs/cli/newrelic_profile_default.md +++ b/docs/cli/newrelic_profile_default.md @@ -29,7 +29,7 @@ newrelic profile default --name ### 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 ``` diff --git a/docs/cli/newrelic_profile_delete.md b/docs/cli/newrelic_profile_delete.md index 382af0ec1..7f3290029 100644 --- a/docs/cli/newrelic_profile_delete.md +++ b/docs/cli/newrelic_profile_delete.md @@ -29,7 +29,7 @@ newrelic profile delete --name ### 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 ``` diff --git a/docs/cli/newrelic_profile_list.md b/docs/cli/newrelic_profile_list.md index 9840f7ec1..e1daca29d 100644 --- a/docs/cli/newrelic_profile_list.md +++ b/docs/cli/newrelic_profile_list.md @@ -29,7 +29,7 @@ newrelic profile 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 ``` diff --git a/docs/cli/newrelic_reporting.md b/docs/cli/newrelic_reporting.md index a9c66d1ec..f3b701dda 100644 --- a/docs/cli/newrelic_reporting.md +++ b/docs/cli/newrelic_reporting.md @@ -11,7 +11,7 @@ Commands for reporting data into 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 ``` diff --git a/docs/cli/newrelic_reporting_junit.md b/docs/cli/newrelic_reporting_junit.md index 2bb94a451..c3942d099 100644 --- a/docs/cli/newrelic_reporting_junit.md +++ b/docs/cli/newrelic_reporting_junit.md @@ -31,7 +31,7 @@ newrelic reporting junit --accountId 12345678 --path unit.xml ### 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 ``` diff --git a/docs/cli/newrelic_version.md b/docs/cli/newrelic_version.md index 75f0338f4..f65583e5f 100644 --- a/docs/cli/newrelic_version.md +++ b/docs/cli/newrelic_version.md @@ -26,7 +26,7 @@ newrelic version ### 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 ``` diff --git a/docs/cli/newrelic_workload.md b/docs/cli/newrelic_workload.md index 54c1aad3e..c44ba3e67 100644 --- a/docs/cli/newrelic_workload.md +++ b/docs/cli/newrelic_workload.md @@ -11,7 +11,7 @@ Interact with New Relic One workloads ### 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 ``` diff --git a/docs/cli/newrelic_workload_create.md b/docs/cli/newrelic_workload_create.md index b9fcb2ac2..d27440e05 100644 --- a/docs/cli/newrelic_workload_create.md +++ b/docs/cli/newrelic_workload_create.md @@ -38,7 +38,7 @@ newrelic workload create --name 'Example workload' --accountId 12345678 --entity ### 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 ``` diff --git a/docs/cli/newrelic_workload_delete.md b/docs/cli/newrelic_workload_delete.md index 8b565ac89..3829377bc 100644 --- a/docs/cli/newrelic_workload_delete.md +++ b/docs/cli/newrelic_workload_delete.md @@ -29,7 +29,7 @@ newrelic workload delete --guid 'MjUyMDUyOHxBOE28QVBQTElDQVRDT058MjE1MDM3Nzk1' ### 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 ``` diff --git a/docs/cli/newrelic_workload_duplicate.md b/docs/cli/newrelic_workload_duplicate.md index 26a2ca8bc..0a8e4c461 100644 --- a/docs/cli/newrelic_workload_duplicate.md +++ b/docs/cli/newrelic_workload_duplicate.md @@ -34,7 +34,7 @@ newrelic workload duplicate --guid 'MjUyMDUyOHxBOE28QVBQTElDQVRDT058MjE1MDM3Nzk1 ### 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 ``` diff --git a/docs/cli/newrelic_workload_get.md b/docs/cli/newrelic_workload_get.md index 7d931aff7..30def62e4 100644 --- a/docs/cli/newrelic_workload_get.md +++ b/docs/cli/newrelic_workload_get.md @@ -30,7 +30,7 @@ newrelic workload create --accountId 12345678 --guid MjUyMDUyOHxOUjF8V09SS0xPQUR ### 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 ``` diff --git a/docs/cli/newrelic_workload_list.md b/docs/cli/newrelic_workload_list.md index d043fad9d..b7ae0430c 100644 --- a/docs/cli/newrelic_workload_list.md +++ b/docs/cli/newrelic_workload_list.md @@ -29,7 +29,7 @@ newrelic workload list --accountId 12345678 ### 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 ``` diff --git a/docs/cli/newrelic_workload_update.md b/docs/cli/newrelic_workload_update.md index 7d43ef7bb..9e8ae2066 100644 --- a/docs/cli/newrelic_workload_update.md +++ b/docs/cli/newrelic_workload_update.md @@ -38,7 +38,7 @@ newrelic workload update --guid 'MjUyMDUyOHxBOE28QVBQTElDQVRDT058MjE1MDM3Nzk1' - ### 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 ``` From a9e77da117f0fe28f1e8061c354c8402be6f85d8 Mon Sep 17 00:00:00 2001 From: Chris Trombley Date: Fri, 19 Feb 2021 10:25:45 -0800 Subject: [PATCH 2/2] chore(changelog): Update CHANGELOG for v0.18.27 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df5fd0ef..6f588b39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ + +## [v0.18.27] - 2021-02-19 ## [v0.18.26] - 2021-02-18 @@ -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