commandbox-modules / commandbox-migrations

MIT License
7 stars 9 forks source link

Add seed commands for CLI #30

Closed jclausen closed 1 year ago

jclausen commented 3 years ago

Add commands to create and run seeds from the CLI.

Suggest the following syntax:

migrate create seed [Seed Name] migrate fresh --seed migrate up --seed [ optional seed name ]

If it is too difficult to change the method signature for the create action, however, the first command might be

migrate seed create [Seed Name]

elpete commented 1 year ago

Fixed in 4.0.0