Skip to content

Commit

Permalink
autogen(docs): generate cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Jul 25, 2023
1 parent b6af00f commit 3b45428
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/hydra/cli/hydra-migrate-status.md
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

1 change: 1 addition & 0 deletions docs/hydra/cli/hydra-migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Various migration helpers
* [hydra](hydra) - Run and manage Ory Hydra
* [hydra migrate gen](hydra-migrate-gen) - Generate migration files from migration templates
* [hydra migrate sql](hydra-migrate-sql) - Create SQL schemas and apply migration plans
* [hydra migrate status](hydra-migrate-status) - Get the current migration status

0 comments on commit 3b45428

Please sign in to comment.