deprecated.json 369 B

123456789101112131415
  1. {
  2. "$schema": "http://json-schema.org/schema",
  3. "$id": "ng-cli://commands/deprecated.json",
  4. "description": "Deprecated in favor of config command.",
  5. "$longDescription": "",
  6. "$impl": "./deprecated-impl#DeprecatedCommand",
  7. "$hidden": true,
  8. "$type": "deprecated",
  9. "type": "object",
  10. "allOf": [
  11. { "$ref": "./definitions.json#/definitions/base" }
  12. ]
  13. }