diff --git a/README.md b/README.md index 8a83074..9e440ed 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,7 @@ Run `vendor/bin/teardown ` to tear down the tables on the given env This command is useful for development & testing developments where you may wish to, for example, tear down your database between test runs. + +Use the `confirm` option to bypass the confirmation prompt, e.g. + + vendor/bin/teardown --confirm diff --git a/composer.json b/composer.json index 046cf68..a2335d8 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "A crude version control system for mysql written in php", "keywords": ["database", "db", "mysql", "version control", "version", "migration", "update", "data", "structure"], "bin": ["bin/up", "bin/teardown"], + "license": "MIT", "authors": [ { "name": "Joe Green",