Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Migrations doc for overrides cli #395

Merged
merged 1 commit into from
Mar 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions sections/migrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ export default [
"`--knexfile [path]`: Specify the knexfile path",
"`--knexpath [path]`: Specify the path to the knex instance",
"`--cwd [path]`: Specify the working directory",
"`--client [name]`: Set the DB client without a knexfile",
"`--connection [address]`: Set the DB connection without a knexfile",
"`--migrations-table-name`: Set the migration table name without a knexfile",
"`--migrations-directory`: Set the migrations directory without a knexfile",
"`--client [name]`: Set the DB client",
"`--connection [address]`: Set the DB connection",
"`--migrations-table-name`: Set the migration table name",
"`--migrations-directory`: Set the migrations directory",
"`--env`: environment, default: process.env.NODE_ENV || development",
"`--esm`: [Enables ESM module interoperability](#esm-interop)",
"`--help`: Display help text for a particular command and exit."
Expand Down