Usage:
  slc loopback:export-api-def [options]

Options:
  -h,   --help          # Print the generator's options and usage
        --skip-cache    # Do not remember prompt answers             Default: false
        --skip-install  # Do not automatically install dependencies  Default: false
  -o,   --output        # Name/Full path to the output file.

Description:
  Generate Swagger API definitions for LoopBack applications.

Example:

  slc loopback:export-api-def [--json]

  This will output the api definitions to stdout.
  Use option --json to display in JSON format, otherwise it defaults to YAML.

  slc loopback:export-api-def [--o outputFile]

  This will output the api definitions to the specified location. Based on the
  file extension, it will print to yaml or json format.
