@@ -236,9 +236,9 @@ Commands:
236
236
237
237
Options:
238
238
--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 ]]
240
240
241
- You are running graphile-migrate v1.3 .0.
241
+ You are running graphile-migrate v1.4 .0.
242
242
```
243
243
244
244
@@ -252,7 +252,7 @@ Initializes a graphile-migrate project by creating a `.gmrc` file and
252
252
253
253
Options:
254
254
--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 ]]
256
256
--folder Use a folder rather than a file for the current migration.
257
257
[boolean] [default: false]
258
258
```
@@ -268,7 +268,7 @@ For use in production and development.
268
268
269
269
Options:
270
270
--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 ]]
272
272
--shadow Apply migrations to the shadow DB (for development).
273
273
[boolean] [default: false]
274
274
--forceActions Run beforeAllMigrations and afterAllMigrations actions even if
@@ -286,7 +286,7 @@ migration, re-running it on any change. For development.
286
286
287
287
Options:
288
288
--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 ]]
290
290
--once Runs the current migration and then exits.
291
291
[boolean] [default: false]
292
292
--shadow Applies changes to shadow DB. [boolean] [default: false]
@@ -303,7 +303,7 @@ current migration. Resets the shadow database.
303
303
304
304
Options:
305
305
--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 ]]
307
307
--message, -m Optional commit message to label migration, must not contain
308
308
newlines. [string]
309
309
```
@@ -327,7 +327,7 @@ conflicts with other developers - be careful.
327
327
328
328
Options:
329
329
--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 ]]
331
331
```
332
332
333
333
@@ -341,7 +341,7 @@ start. **HIGHLY DESTRUCTIVE**.
341
341
342
342
Options:
343
343
--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 ]]
345
345
--shadow Applies migrations to shadow DB. [boolean] [default: false]
346
346
--erase This is your double opt-in to make it clear this DELETES
347
347
EVERYTHING. [boolean] [default: false]
@@ -365,7 +365,7 @@ output.
365
365
366
366
Options:
367
367
--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 ]]
369
369
--skipDatabase Skip checks that require a database connection.
370
370
[boolean] [default: false]
371
371
```
@@ -381,7 +381,7 @@ STDOUT
381
381
382
382
Options:
383
383
--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 ]]
385
385
--shadow Apply shadow DB placeholders (for development).
386
386
[boolean] [default: false]
387
387
```
@@ -399,7 +399,7 @@ run against the same database (via GM_DBURL envvar) unless --shadow or
399
399
400
400
Options:
401
401
--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 ]]
403
403
--shadow Apply to the shadow database (for development).
404
404
[boolean] [default: false]
405
405
--root Run the file using the root user (but application database).
0 commit comments