telescope
telescope copied to clipboard
[ignite-cli] allow telescope CLI to take a JSON object for programmatic usage
currently the Telescope CLI is very limited. Giving full programmatic access via the JSON would be super ideal
cc @clockworkgr
https://github.com/ignite/cli/blob/main/ignite/pkg/cosmosgen/generate_typescript.go#L173-L182
The go code above is mostly unrelated.
This should be quite straightforward.
CLI should accept a --config
argument which is a path to a JSON file containing protoDirs
, outPath
and options
as used in telescope()
.