Creates a JSON file from the RAML spec that can be used as a data source for the API Console.
$ api-console generate-json <path or URL to raml file> [OPTIONS]
Type: String
Required.
Path or URL to a main RAML file.
Any RAML fragments (dependencies) referenced in the main RAML file has to be accessible for current user (either via local filesystem or on remote machine).
The documentation displayed in the API Console will contain information from this RAML file(s).
Type: String
Default: api.json
Generated JSON file path.
Type: String
Generated JSON in the output file will be formatted. Note that this will increase build file size.
Type: Boolean
Prints the debug output.