.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3. .TH ALEMBIC "1" "January 2014" "alembic 0.6.2" "User Commands" .SH NAME alembic \- lightweight database migration tool for usage with the SQLAlchemy .SH DESCRIPTION usage: alembic [\-h] [\-c CONFIG] [\-n NAME] [\-x X] .IP {branches, current, downgrade, history, init, list_templates, revision, splice, stamp, upgrade} \&... .SS "positional arguments:" .IP {branches, current, downgrade, history, init, list_templates, revision, splice, stamp, upgrade} .TP branches Show current un\-spliced branch points .TP current Display the current revision for each database. .TP downgrade Revert to a previous version. .TP history List changeset scripts in chronological order. .TP init Initialize a new scripts directory. .TP list_templates List available templates .TP revision Create a new revision file. .TP splice \&'splice' two branches, creating a new revision file. this command isn't implemented right now. .TP stamp \&'stamp' the revision table with the given revision; don't run any migrations. .TP upgrade Upgrade to a later version. .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-c\fR CONFIG, \fB\-\-config\fR CONFIG Alternate config file .TP \fB\-n\fR NAME, \fB\-\-name\fR NAME Name of section in .ini file to use for Alembic config .TP \fB\-x\fR X Additional arguments consumed by custom env.py scripts, e.g. \fB\-x\fR setting1=somesetting \fB\-x\fR setting2=somesetting