telescope icon indicating copy to clipboard operation
telescope copied to clipboard

[ignite-cli] allow telescope CLI to take a JSON object for programmatic usage

Open pyramation opened this issue 1 year ago • 2 comments

currently the Telescope CLI is very limited. Giving full programmatic access via the JSON would be super ideal

cc @clockworkgr

pyramation avatar Apr 26 '23 00:04 pyramation

https://github.com/ignite/cli/blob/main/ignite/pkg/cosmosgen/generate_typescript.go#L173-L182

pyramation avatar Apr 26 '23 00:04 pyramation

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().

clockworkgr avatar Apr 26 '23 06:04 clockworkgr