help.json 374 Bytes
{
  "$schema": "http://json-schema.org/schema",
  "$id": "ng-cli://commands/help.json",
  "description": "Lists available commands and their short descriptions.",
  "$longDescription": "./help-long.md",

  "$scope": "all",
  "$aliases": [],
  "$impl": "./help-impl#HelpCommand",

  "type": "object",
  "allOf": [
    { "$ref": "./definitions.json#/definitions/base" }
  ]
}