Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jul 28, 2022
1 parent 09ccc7f commit 3a09671
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ Commands:
Options:
--help Show help [boolean]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
You are running graphile-migrate v1.3.0.
You are running graphile-migrate v1.4.0.
```


Expand All @@ -252,7 +252,7 @@ Initializes a graphile-migrate project by creating a `.gmrc` file and
Options:
--help Show help [boolean]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
--folder Use a folder rather than a file for the current migration.
[boolean] [default: false]
```
Expand All @@ -268,7 +268,7 @@ For use in production and development.
Options:
--help Show help [boolean]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
--shadow Apply migrations to the shadow DB (for development).
[boolean] [default: false]
--forceActions Run beforeAllMigrations and afterAllMigrations actions even if
Expand All @@ -286,7 +286,7 @@ migration, re-running it on any change. For development.
Options:
--help Show help [boolean]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
--once Runs the current migration and then exits.
[boolean] [default: false]
--shadow Applies changes to shadow DB. [boolean] [default: false]
Expand All @@ -303,7 +303,7 @@ current migration. Resets the shadow database.
Options:
--help Show help [boolean]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
--message, -m Optional commit message to label migration, must not contain
newlines. [string]
```
Expand All @@ -327,7 +327,7 @@ conflicts with other developers - be careful.
Options:
--help Show help [boolean]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
```


Expand All @@ -341,7 +341,7 @@ start. **HIGHLY DESTRUCTIVE**.
Options:
--help Show help [boolean]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
--shadow Applies migrations to shadow DB. [boolean] [default: false]
--erase This is your double opt-in to make it clear this DELETES
EVERYTHING. [boolean] [default: false]
Expand All @@ -365,7 +365,7 @@ output.
Options:
--help Show help [boolean]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
--skipDatabase Skip checks that require a database connection.
[boolean] [default: false]
```
Expand All @@ -381,7 +381,7 @@ STDOUT
Options:
--help Show help [boolean]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
--shadow Apply shadow DB placeholders (for development).
[boolean] [default: false]
```
Expand All @@ -399,7 +399,7 @@ run against the same database (via GM_DBURL envvar) unless --shadow or
Options:
--help Show help [boolean]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js]]
--config, -c Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
--shadow Apply to the shadow database (for development).
[boolean] [default: false]
--root Run the file using the root user (but application database).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-migrate",
"version": "1.3.0",
"version": "1.4.0",
"description": "Opinionated SQL-powered migration tool for PostgreSQL",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3a09671

Please sign in to comment.