angular / 11.2.14 / cli / analytics.html /

ng analytics

Configures the gathering of Angular CLI usage metrics. See https://angular.io/cli/usage-analytics-gathering.

ng analytics <setting-or-project> <project-setting> [options]

Description

The value of settingOrProject is one of the following.

  • "on" : Enables analytics gathering and reporting for the user.
  • "off" : Disables analytics gathering and reporting for the user.
  • "ci" : Enables analytics and configures reporting for use with Continuous Integration, which uses a common CI user.
  • "prompt" : Prompts the user to set the status interactively.
  • "project" : Sets the default status for the project to the projectSetting value, which can be any of the other values. The projectSetting argument is ignored for all other values of settingOrProject.

Arguments

Argument Description Value Type
<setting-or-project>

Directly enables or disables all usage analytics for the user, or prompts the user to set the status interactively, or sets the default status for the project.

on|off|ci|project|prompt
<project-setting>

Sets the default analytics enablement status for the project.

on|off|prompt

Options

Option Description Value Type Default Value
--help

Shows a help message for this command in the console.

true|false|json|JSON false

© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/cli/analytics