statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 72 forks source link

Add --force to imports & exports #216

Closed dejury closed 8 months ago

dejury commented 8 months ago

When running the import or exports in for example CI/CD or Taskfile; it was not possible to skip the questions. I've added the --force parameter to skip the questions and continue with the action.

ryanmitchell commented 8 months ago

Lovely, thank you.