UNPKG

348 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/schema",
3 "$id": "ng-cli://commands/version.json",
4 "description": "Outputs Angular CLI version.",
5 "$longDescription": "",
6
7 "$aliases": [ "v" ],
8 "$scope": "all",
9 "$impl": "./version-impl#VersionCommand",
10
11 "type": "object",
12 "allOf": [
13 { "$ref": "./definitions.json#/definitions/base" }
14 ]
15}