CLI migration tool for python.
Usage:
$ py-db-migrate [OPTIONS] COMMAND [ARGS]...Options:
--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
Commands:
create: Create a new sql file.down: Delete the latest migration file by using...init: Create an initial configuration file.start: Create an initial configuration file.up: Run the new migration files.
Create a new sql file.
Usage:
$ py-db-migrate create [OPTIONS] NAMEArguments:
NAME: [required]
Options:
--help: Show this message and exit.
Delete the latest migration file by using down file.
Usage:
$ py-db-migrate down [OPTIONS]Options:
--help: Show this message and exit.
Create an initial configuration file.
You need to update this configuration file.
Usage:
$ py-db-migrate init [OPTIONS]Options:
--help: Show this message and exit.
Create an initial configuration file.
You need to update this configuration file.
Usage:
$ py-db-migrate start [OPTIONS]Options:
--help: Show this message and exit.
Run the new migration files.
Usage:
$ py-db-migrate up [OPTIONS]Options:
--help: Show this message and exit.