From 5111cf5780be125f7b09bffb8e05079ee4874b3d Mon Sep 17 00:00:00 2001 From: "docs-syncer[bot]" <134718678+docs-syncer[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:13:00 +0000 Subject: [PATCH] [flyctl-bot] Update docs from flyctl --- flyctl/cmd/fly_machine_exec.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/flyctl/cmd/fly_machine_exec.md b/flyctl/cmd/fly_machine_exec.md index fe9199c7ed..154b4c52af 100644 --- a/flyctl/cmd/fly_machine_exec.md +++ b/flyctl/cmd/fly_machine_exec.md @@ -9,11 +9,13 @@ fly machine exec [machine-id] [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