issues.json arrays for modules or packages. It discovers destinations when none are provided, parses each *.yml file, sorts by file name, and writes a pretty JSON array.
Usage
Examples
Convert every module or package that owns anissues/ directory:
Options
Discovery
A destination name is resolved undermodules/ first, then packages/. When --destination is omitted, the command discovers every module or package that owns an issues/ directory.
If a requested destination is not found under either root, the command reports an error and counts that destination as a failure.
Output paths
The command reads the destination type from<name>.yml. If the type is spa, storybook, swagger, or admin, it writes:
Conversion
The command reads every*.yml file in the destination issues/ directory and converts each valid YAML document to JSON. Invalid or unreadable issue files are skipped with a warning. The resulting array is sorted by file name and written with a trailing newline.
A destination with no issues/ directory is a warning and not a failure. A destination with an empty issues/ directory writes [].