amazon-ion / ion-cli

Apache License 2.0
35 stars 15 forks source link

Add subcommand for `generate` that outputs a report on what types are supported with code gen #170

Open desaikd opened 2 weeks ago

desaikd commented 2 weeks ago

As we work on a 1.0 for code generation tool, there are few constraints not supported yet. By creating subcommand(e..g check?) within generate to check all the schema files in given authority(s) and return a report on what schema types are not supported for code generation with the reasoning around which constraints are not supported.