From 6ff054af2a3b8c95b089408c5331b21837963283 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 6 Mar 2020 13:19:00 -0800 Subject: [PATCH] add netlify --- index.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.markdown b/index.markdown index 57d24e7..bd5aaee 100644 --- a/index.markdown +++ b/index.markdown @@ -12,7 +12,8 @@ base: . [Syncthing](https://syncthing.net/) has `STNOUPGRADE`, a config file setting for disabling crash reporting, and a GUI prompt for usage reporting. Google Cloud SDK CLI tools has `gcloud config set disable_usage_reporting true`. -.NET Core has `DOTNET_CLI_TELEMETRY_OPTOUT`. The AWS Serverless Application +.NET Core has `DOTNET_CLI_TELEMETRY_OPTOUT`. Netlify's CLI has `netlify --telemetry-disable`. +The AWS Serverless Application Model CLI has `SAM_CLI_TELEMETRY=0`. The Microsoft Azure CLI has `AZURE_CORE_COLLECT_TELEMETRY=0`. You get the idea.