In the cfmigrations docs it talks about all of the commands that you can run in commandbox-migrations.
You can do this by calling the install()
method or by running the migrate install
command from commandbox-migrations
I get the part about creating an instance of the migrationService and running as a method.
How do I run commandbox-migrations?