Skip to content

Commit

Permalink
FISH-7454 Document timeout option for start-domain
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinchan committed Oct 3, 2023
1 parent aa77815 commit ebe6323
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This command starts the specified domain
| `--drop-interrupted-commands` | `Boolean`| | `false`| No
| `--prebootcommandfile`| `String` | Path to file containing commands to run before booting the server. Only a limited amount of commands will work at this point|| No
| `--postbootcommandfile` | `String` | Path to file containing commands to run after the server is booted. | | No
|`--timeout` |`Integer` |Specifies how long to take for the domain to start in seconds. If starting the domain takes longer than this amount then this command will fail |`600` |No
|===

[[start-domains]]
Expand Down

0 comments on commit ebe6323

Please sign in to comment.