Skip to content

Commit b5924fe

Browse files
jbogarthydemgechev
authored andcommitted
Document possible values of analytics command (#15039)
* docs: add possible values to ref doc for analytics command * docs: add ci value
1 parent f568fe0 commit b5924fe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The value of *settingOrProject* is one of the following.
2+
* "on" : Enables analytics gathering and reporting for the user.
3+
* "off" : Disables analytics gathering and reporting for the user.
4+
* "ci" : Enables analytics and configures reporting for use with Continuous Integration,
5+
which uses a common CI user.
6+
* "prompt" : Prompts the user to set the status interactively.
7+
* "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*.

packages/angular/cli/commands/analytics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/schema",
33
"$id": "ng-cli://commands/analytics.json",
44
"description": "Configures the gathering of Angular CLI usage metrics. See https://v8.angular.io/cli/usage-analytics-gathering.",
5-
"$longDescription": "",
5+
"$longDescription": "./analytics-long.md",
66

77
"$aliases": [],
88
"$scope": "all",

0 commit comments

Comments
 (0)