Releases: slashmo/chinchilla-cli
Releases · slashmo/chinchilla-cli
Chinchilla 0.1.0
Generate migration files
The initial release of chinchilla brings a generate command, which is used to generate both "up" and "down" migration files for a provided migration name:
chinchilla generate create_users_tableYou can also pass the --help flag to learn more about the generate command:
chinchilla generate --helpVarious configuration options
chinchilla supports various configuration options:
- CLI flags
- Environment variables
- YAML configuration files
Check out the README to learn more: https://github.com/slashmo/chinchilla-cli/tree/0.1.0?tab=readme-ov-file#configuration