snowplow-archive / schema-guru

JSONs -> JSON Schema
http://snowplowanalytics.com
150 stars 20 forks source link

Add force flag #141

Closed chuwy closed 8 years ago

chuwy commented 8 years ago

If user made any manual edits in DDL files or migrations SG now will silently override all files, which can lead to problems. With new approach we can print a message that file's content is different from what Schema Guru generated (line with date should be omitted) instead of overriding it. And if user specified --force flag it will print message and override files.