Skip to content

Commit 3a09671

Browse files
committed
1.4.0
1 parent 09ccc7f commit 3a09671

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ Commands:
236236
237237
Options:
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
253253
Options:
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
269269
Options:
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
287287
Options:
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
304304
Options:
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
328328
Options:
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
342342
Options:
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
366366
Options:
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
382382
Options:
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
400400
Options:
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).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-migrate",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Opinionated SQL-powered migration tool for PostgreSQL",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)