kevlened / fireway

A schema migration tool for firestore
MIT License
277 stars 41 forks source link

Noisy migrations #50

Open colinhowe opened 2 years ago

colinhowe commented 2 years ago

I've just run my first migration and there was a lot of output. It looks like in cli.js that debug is set to true with no other possible value. This triggers all the logging behaviour.

Would you be OK with receiving a PR that adds a --debug flag to the CLI?

ykns commented 2 years ago

I agree with @colinhowe. What's the best way for us to contribute?

ykns commented 2 years ago

Tackled in #53 , however I now realise I forgot to add docs :/