Skip to content
Merged
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
12 changes: 7 additions & 5 deletions flyctl/cmd/fly_machine_exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ fly machine exec [machine-id] <command> [flags]
## Options

~~~
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for exec
-j, --json JSON output
--timeout int Timeout in seconds
-a, --app string Application name
-c, --config string Path to application configuration file
--container string Container to run the command in
-h, --help help for exec
-j, --json JSON output
--no-container Run the command on the machine itself rather than in one of its containers
--timeout int Timeout in seconds
~~~

## Global Options
Expand Down
Loading