vapor / fluent

Vapor ORM (queries, models, and relations) for NoSQL and SQL databases
https://docs.vapor.codes/4.0/fluent/overview/
MIT License
1.3k stars 171 forks source link

Add a --yes/-y flag for migrations #745

Closed PopFlamingo closed 1 year ago

PopFlamingo commented 1 year ago

This flag enables bypassing interactive confirmation prompts which is useful for scripts where an interactive prompt cannot be used

Example usage:

vapor run migrate -y
PopFlamingo commented 1 year ago

Feature is actually already globally implemented in ConsoleKit