Skip to content

Commit cbad0a8

Browse files
author
Stephan Wentz
committed
fix: Add usage
1 parent 3c1c39a commit cbad0a8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,13 @@ Register the commands in your `services.yaml`.
88

99
Brainbits\DatabaseCommand\Command\WaitForDatabaseCommand: ~
1010
```
11+
12+
# Usage
13+
14+
```sh
15+
$ bin/console brainbits:database:wait-for-database --retry-seconds 3 --retry-count 100
16+
```
17+
18+
```sh
19+
$ bin/console brainbits:database:schema-exists
20+
```

0 commit comments

Comments
 (0)