Skip to content

Commit

Permalink
Update Migrations doc for overrides cli (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierCavadenti committed Mar 30, 2022
1 parent b68738e commit ee2e830
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit ee2e830

Please sign in to comment.