deluan / contentful-migrate

🐎 Schema migration tooling for Contentful, with state management
https://www.contentful.com/blog/2018/09/13/content-model-changes-scale-telus-cms-as-code/
MIT License
60 stars 37 forks source link

fix(bootstrap): support environment id #16

Closed lkjsavolainen closed 6 years ago

lkjsavolainen commented 6 years ago

Hi,

Thanks for the awesome tool. However I did notice the bootstrap feature is currently not supporting environments and using it for initializing migration state results in a 404 error since environment id is not defined. Here's my attempt at fixing it.

boblington commented 6 years ago

LGTM

deluan commented 6 years ago

Looks good. Thanks for the contribution