mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commits adds an action to update the Angular CLI help contents that are used by AIO to generate CLI guides. This also changes the setup to include the files are source files instead of having to clone the repository each time. This also simplifies the PR review process of the PR opened by the action. PR Close #48577
16 lines
No EOL
311 B
JSON
16 lines
No EOL
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."
|
|
}
|
|
]
|
|
} |