@@ -230,8 +230,8 @@ Commands:
230
230
graphile-migrate completion Generate shell completion script.
231
231
232
232
Options:
233
- --help Show help [boolean]
234
- --config , -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
233
+ --help Show help [boolean]
234
+ -c , --config Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
235
235
236
236
You are running graphile-migrate v1.4.1.
237
237
```
@@ -246,9 +246,9 @@ Initializes a graphile-migrate project by creating a `.gmrc` file and
246
246
`migrations` folder.
247
247
248
248
Options:
249
- --help Show help [boolean]
250
- --config , -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
251
- --folder Use a folder rather than a file for the current migration.
249
+ --help Show help [boolean]
250
+ -c , --config Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
251
+ --folder Use a folder rather than a file for the current migration.
252
252
[boolean] [default: false]
253
253
```
254
254
@@ -262,12 +262,14 @@ Runs any un-executed committed migrations. Does NOT run the current migration.
262
262
For use in production and development.
263
263
264
264
Options:
265
- --help Show help [boolean]
266
- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
267
- --shadow Apply migrations to the shadow DB (for development).
265
+ --help Show help [boolean]
266
+ -c, --config Optional path to gmrc file
267
+ [string] [default: .gmrc[.js|.cjs]]
268
+ --shadow Apply migrations to the shadow DB (for development).
269
+ [boolean] [default: false]
270
+ --forceActions Run beforeAllMigrations and afterAllMigrations actions
271
+ even if no migration was necessary.
268
272
[boolean] [default: false]
269
- --forceActions Run beforeAllMigrations and afterAllMigrations actions even if
270
- no migration was necessary. [boolean] [default: false]
271
273
```
272
274
273
275
@@ -280,11 +282,11 @@ Runs any un-executed committed migrations and then runs and watches the current
280
282
migration, re-running it on any change. For development.
281
283
282
284
Options:
283
- --help Show help [boolean]
284
- --config , -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
285
- --once Runs the current migration and then exits.
285
+ --help Show help [boolean]
286
+ -c , --config Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
287
+ --once Runs the current migration and then exits.
286
288
[boolean] [default: false]
287
- --shadow Applies changes to shadow DB. [boolean] [default: false]
289
+ --shadow Applies changes to shadow DB. [boolean] [default: false]
288
290
```
289
291
290
292
@@ -297,9 +299,9 @@ Commits the current migration into the `committed/` folder, resetting the
297
299
current migration. Resets the shadow database.
298
300
299
301
Options:
300
- --help Show help [boolean]
301
- --config , -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
302
- --message , -m Optional commit message to label migration, must not contain
302
+ --help Show help [boolean]
303
+ -c , --config Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
304
+ -m , --message Optional commit message to label migration, must not contain
303
305
newlines. [string]
304
306
```
305
307
@@ -321,8 +323,8 @@ should result in the exact same hash. Development only, and liable to cause
321
323
conflicts with other developers - be careful.
322
324
323
325
Options:
324
- --help Show help [boolean]
325
- --config , -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
326
+ --help Show help [boolean]
327
+ -c , --config Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
326
328
```
327
329
328
330
@@ -335,10 +337,10 @@ Drops and re-creates the database, re-running all committed migrations from the
335
337
start. **HIGHLY DESTRUCTIVE**.
336
338
337
339
Options:
338
- --help Show help [boolean]
339
- --config , -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
340
- --shadow Applies migrations to shadow DB. [boolean] [default: false]
341
- --erase This is your double opt-in to make it clear this DELETES
340
+ --help Show help [boolean]
341
+ -c , --config Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
342
+ --shadow Applies migrations to shadow DB. [boolean] [default: false]
343
+ --erase This is your double opt-in to make it clear this DELETES
342
344
EVERYTHING. [boolean] [default: false]
343
345
```
344
346
@@ -359,9 +361,10 @@ are true, exit status will be 0 (success). Additional messages may also be
359
361
output.
360
362
361
363
Options:
362
- --help Show help [boolean]
363
- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
364
- --skipDatabase Skip checks that require a database connection.
364
+ --help Show help [boolean]
365
+ -c, --config Optional path to gmrc file
366
+ [string] [default: .gmrc[.js|.cjs]]
367
+ --skipDatabase Skip checks that require a database connection.
365
368
[boolean] [default: false]
366
369
```
367
370
@@ -375,9 +378,9 @@ Compiles a SQL file, inserting all the placeholders and returning the result to
375
378
STDOUT
376
379
377
380
Options:
378
- --help Show help [boolean]
379
- --config , -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
380
- --shadow Apply shadow DB placeholders (for development).
381
+ --help Show help [boolean]
382
+ -c , --config Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
383
+ --shadow Apply shadow DB placeholders (for development).
381
384
[boolean] [default: false]
382
385
```
383
386
@@ -393,14 +396,16 @@ run against the same database (via GM_DBURL envvar) unless --shadow or
393
396
--rootDatabase are supplied.
394
397
395
398
Options:
396
- --help Show help [boolean]
397
- --config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
398
- --shadow Apply to the shadow database (for development).
399
+ --help Show help [boolean]
400
+ -c, --config Optional path to gmrc file
401
+ [string] [default: .gmrc[.js|.cjs]]
402
+ --shadow Apply to the shadow database (for development).
399
403
[boolean] [default: false]
400
- --root Run the file using the root user (but application database).
404
+ --root Run the file using the root user (but application
405
+ database). [boolean] [default: false]
406
+ --rootDatabase Like --root, but also runs against the root database
407
+ rather than application database.
401
408
[boolean] [default: false]
402
- --rootDatabase Like --root, but also runs against the root database rather
403
- than application database. [boolean] [default: false]
404
409
```
405
410
<!-- CLI_USAGE_END -->
406
411
<!-- prettier-ignore-end -->
0 commit comments