Last change
on this file since bdd6491 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
347 bytes
|
Line | |
---|
1 | {
|
---|
2 | "$schema": "http://json-schema.org/draft-07/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": [{ "$ref": "./definitions.json#/definitions/base" }]
|
---|
13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.