-
-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
id: hydra-migrate-status | ||
title: hydra migrate status | ||
description: hydra migrate status Get the current migration status | ||
--- | ||
|
||
<!-- | ||
This file is auto-generated. | ||
To improve this file please make your change against the appropriate "./cmd/*.go" file. | ||
--> | ||
## hydra migrate status | ||
|
||
Get the current migration status | ||
|
||
``` | ||
hydra migrate status [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--block Block until all migrations have been applied | ||
-h, --help help for status | ||
-e, --read-from-env If set, reads the database connection string from the environment variable DSN or config file key dsn. | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --config strings Path to one or more .json, .yaml, .yml, .toml config files. Values are loaded in the order provided, meaning that the last config file overwrites values from the previous config file. | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [hydra migrate](hydra-migrate) - Various migration helpers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters