mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
16 lines
311 B
JSON
16 lines
311 B
JSON
|
|
{
|
||
|
|
"name": "version",
|
||
|
|
"command": "ng version",
|
||
|
|
"shortDescription": "Outputs Angular CLI version.",
|
||
|
|
"aliases": [
|
||
|
|
"v"
|
||
|
|
],
|
||
|
|
"deprecated": false,
|
||
|
|
"options": [
|
||
|
|
{
|
||
|
|
"name": "help",
|
||
|
|
"type": "boolean",
|
||
|
|
"description": "Shows a help message for this command in the console."
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|