diff --git a/flyctl/cmd/fly_console.md b/flyctl/cmd/fly_console.md index 55d936aa35..cb6ca00210 100644 --- a/flyctl/cmd/fly_console.md +++ b/flyctl/cmd/fly_console.md @@ -14,6 +14,7 @@ fly console [flags] -a, --app string Application name -C, --command string command to run on SSH session -c, --config string Path to application configuration file + --container string Container to connect to --dockerfile string Path to a Dockerfile. Defaults to the Dockerfile in the working directory. --entrypoint string ENTRYPOINT replacement -e, --env stringArray Set of environment variables in the form of NAME=VALUE pairs. Can be specified multiple times. diff --git a/flyctl/cmd/fly_sftp_find.md b/flyctl/cmd/fly_sftp_find.md index e8e6b3f0d8..510c7e2e48 100644 --- a/flyctl/cmd/fly_sftp_find.md +++ b/flyctl/cmd/fly_sftp_find.md @@ -12,6 +12,7 @@ fly sftp find [path] [flags] -a, --app string Application name -C, --command string command to run on SSH session -c, --config string Path to application configuration file + --container string Container to connect to -h, --help help for find --machine string Run the console in the existing machine with the specified ID -o, --org string The target Fly.io organization diff --git a/flyctl/cmd/fly_sftp_get.md b/flyctl/cmd/fly_sftp_get.md index ecd24bdbab..06fa1ab54f 100644 --- a/flyctl/cmd/fly_sftp_get.md +++ b/flyctl/cmd/fly_sftp_get.md @@ -12,6 +12,7 @@ fly sftp get [flags] -a, --app string Application name -C, --command string command to run on SSH session -c, --config string Path to application configuration file + --container string Container to connect to -h, --help help for get --machine string Run the console in the existing machine with the specified ID -o, --org string The target Fly.io organization diff --git a/flyctl/cmd/fly_sftp_shell.md b/flyctl/cmd/fly_sftp_shell.md index a7a8611740..582f971864 100644 --- a/flyctl/cmd/fly_sftp_shell.md +++ b/flyctl/cmd/fly_sftp_shell.md @@ -12,6 +12,7 @@ fly sftp shell [flags] -a, --app string Application name -C, --command string command to run on SSH session -c, --config string Path to application configuration file + --container string Container to connect to -h, --help help for shell --machine string Run the console in the existing machine with the specified ID -o, --org string The target Fly.io organization diff --git a/flyctl/cmd/fly_ssh_console.md b/flyctl/cmd/fly_ssh_console.md index 87aff14e9d..8c946736c3 100644 --- a/flyctl/cmd/fly_ssh_console.md +++ b/flyctl/cmd/fly_ssh_console.md @@ -12,6 +12,7 @@ fly ssh console [flags] -a, --app string Application name -C, --command string command to run on SSH session -c, --config string Path to application configuration file + --container string Container to connect to -h, --help help for console --machine string Run the console in the existing machine with the specified ID -o, --org string The target Fly.io organization diff --git a/flyctl/cmd/fly_ssh_sftp_find.md b/flyctl/cmd/fly_ssh_sftp_find.md index 77ce1f8915..9de037a972 100644 --- a/flyctl/cmd/fly_ssh_sftp_find.md +++ b/flyctl/cmd/fly_ssh_sftp_find.md @@ -12,6 +12,7 @@ fly ssh sftp find [path] [flags] -a, --app string Application name -C, --command string command to run on SSH session -c, --config string Path to application configuration file + --container string Container to connect to -h, --help help for find --machine string Run the console in the existing machine with the specified ID -o, --org string The target Fly.io organization diff --git a/flyctl/cmd/fly_ssh_sftp_get.md b/flyctl/cmd/fly_ssh_sftp_get.md index 43066800ee..a628368b55 100644 --- a/flyctl/cmd/fly_ssh_sftp_get.md +++ b/flyctl/cmd/fly_ssh_sftp_get.md @@ -12,6 +12,7 @@ fly ssh sftp get [flags] -a, --app string Application name -C, --command string command to run on SSH session -c, --config string Path to application configuration file + --container string Container to connect to -h, --help help for get --machine string Run the console in the existing machine with the specified ID -o, --org string The target Fly.io organization diff --git a/flyctl/cmd/fly_ssh_sftp_shell.md b/flyctl/cmd/fly_ssh_sftp_shell.md index 4db26d9025..36c14c9ae2 100644 --- a/flyctl/cmd/fly_ssh_sftp_shell.md +++ b/flyctl/cmd/fly_ssh_sftp_shell.md @@ -12,6 +12,7 @@ fly ssh sftp shell [flags] -a, --app string Application name -C, --command string command to run on SSH session -c, --config string Path to application configuration file + --container string Container to connect to -h, --help help for shell --machine string Run the console in the existing machine with the specified ID -o, --org string The target Fly.io organization