Hi @Phil
I think that is part of the feature I’m looking for.
I think this is closer to what I’m trying to find: https://github.com/prismicio/prismic-cli/issues/11
So as I understand it now, I have custom_types folder with JSON files per type.
The only way for me to go from
{"Foo": {"bar": {...}}} --> {"Foo": {"bar": {...}, "baz": {...}}}
Is to copy-paste the JSON and update it on the UI in app.prismic.io
I’m looking to define the custom types with a typescript object and the ability to update them ie add/change fields
prismic update --env=dev // this would read and update any change on custom_types folder to the prismic dev env(not sure if prismic has emvironments)