Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions flyctl/cmd/fly_machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ fly machine [command] [flags]
* [suspend](/docs/flyctl/machine-suspend/) - Suspend one or more Fly machines
* [uncordon](/docs/flyctl/machine-uncordon/) - Reactivate all services on a machine
* [update](/docs/flyctl/machine-update/) - Update a machine
* [wait](/docs/flyctl/machine-wait/) - Wait for a machine to reach a state

## Options

Expand Down
30 changes: 30 additions & 0 deletions flyctl/cmd/fly_machine_wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Wait for a machine to reach a state


## Usage
~~~
fly machine wait [id] [flags]
~~~

## Options

~~~
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for wait
--state string Machine state to wait for (default "settled")
-w, --wait-timeout duration Time duration to wait for the machine to reach the requested state. (default 5m0s)
~~~

## Global Options

~~~
-t, --access-token string Fly API Access Token
--debug Print additional logs and traces
--verbose Verbose output
~~~

## See Also

* [fly machine](/docs/flyctl/machine/) - Manage Fly Machines.