Skip to content

Releases: slashmo/chinchilla-cli

Chinchilla 0.1.0

01 Oct 22:43
138ef76

Choose a tag to compare

Chinchilla 0.1.0 Pre-release
Pre-release

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_table

You can also pass the --help flag to learn more about the generate command:

chinchilla generate --help

Various 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