Skip to content

Document possible values of analytics command #15039

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/angular/cli/commands/analytics-long.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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*.
2 changes: 1 addition & 1 deletion packages/angular/cli/commands/analytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/schema",
"$id": "ng-cli://commands/analytics.json",
"description": "Configures the gathering of Angular CLI usage metrics. See https://v8.angular.io/cli/usage-analytics-gathering.",
"$longDescription": "",
"$longDescription": "./analytics-long.md",

"$aliases": [],
"$scope": "all",
Expand Down