@@ -236,9 +236,9 @@ Commands:
236236
237237Options:
238238 --help Show help [boolean]
239- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
239+ --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs ]]
240240
241- You are running graphile-migrate v1.3 .0.
241+ You are running graphile-migrate v1.4 .0.
242242```
243243
244244
@@ -252,7 +252,7 @@ Initializes a graphile-migrate project by creating a `.gmrc` file and
252252
253253Options:
254254 --help Show help [boolean]
255- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
255+ --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs ]]
256256 --folder Use a folder rather than a file for the current migration.
257257 [boolean] [default: false]
258258```
@@ -268,7 +268,7 @@ For use in production and development.
268268
269269Options:
270270 --help Show help [boolean]
271- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
271+ --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs ]]
272272 --shadow Apply migrations to the shadow DB (for development).
273273 [boolean] [default: false]
274274 --forceActions Run beforeAllMigrations and afterAllMigrations actions even if
@@ -286,7 +286,7 @@ migration, re-running it on any change. For development.
286286
287287Options:
288288 --help Show help [boolean]
289- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
289+ --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs ]]
290290 --once Runs the current migration and then exits.
291291 [boolean] [default: false]
292292 --shadow Applies changes to shadow DB. [boolean] [default: false]
@@ -303,7 +303,7 @@ current migration. Resets the shadow database.
303303
304304Options:
305305 --help Show help [boolean]
306- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
306+ --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs ]]
307307 --message, -m Optional commit message to label migration, must not contain
308308 newlines. [string]
309309```
@@ -327,7 +327,7 @@ conflicts with other developers - be careful.
327327
328328Options:
329329 --help Show help [boolean]
330- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
330+ --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs ]]
331331```
332332
333333
@@ -341,7 +341,7 @@ start. **HIGHLY DESTRUCTIVE**.
341341
342342Options:
343343 --help Show help [boolean]
344- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
344+ --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs ]]
345345 --shadow Applies migrations to shadow DB. [boolean] [default: false]
346346 --erase This is your double opt-in to make it clear this DELETES
347347 EVERYTHING. [boolean] [default: false]
@@ -365,7 +365,7 @@ output.
365365
366366Options:
367367 --help Show help [boolean]
368- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
368+ --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs ]]
369369 --skipDatabase Skip checks that require a database connection.
370370 [boolean] [default: false]
371371```
@@ -381,7 +381,7 @@ STDOUT
381381
382382Options:
383383 --help Show help [boolean]
384- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
384+ --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs ]]
385385 --shadow Apply shadow DB placeholders (for development).
386386 [boolean] [default: false]
387387```
@@ -399,7 +399,7 @@ run against the same database (via GM_DBURL envvar) unless --shadow or
399399
400400Options:
401401 --help Show help [boolean]
402- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
402+ --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs ]]
403403 --shadow Apply to the shadow database (for development).
404404 [boolean] [default: false]
405405 --root Run the file using the root user (but application database).
0 commit comments