diff --git a/flyctl/cmd/fly_redis_update.md b/flyctl/cmd/fly_redis_update.md index a45ff2a8f7..d0bd6588d1 100644 --- a/flyctl/cmd/fly_redis_update.md +++ b/flyctl/cmd/fly_redis_update.md @@ -8,6 +8,8 @@ fly redis update [flags] ## Options ~~~ + --disable-prodpack Disable the ProdPack add-on + --enable-prodpack Enable ProdPack add-on for additional features ($200/mo) -h, --help help for update -o, --org string The target Fly.io organization -r, --region string The target region (see 'flyctl platform regions') diff --git a/flyctl/cmd/fly_sftp_find.md b/flyctl/cmd/fly_sftp_find.md index 4e155a07bc..6dd3a544e9 100644 --- a/flyctl/cmd/fly_sftp_find.md +++ b/flyctl/cmd/fly_sftp_find.md @@ -15,6 +15,7 @@ fly sftp find [path] [flags] --container string Container to connect to -h, --help help for find --machine string Run the console in the existing machine with the specified ID + --no-container Connect to the machine itself rather than to one of its containers -o, --org string The target Fly.io organization -g, --process-group string The target process group (also --group) --pty Allocate a pseudo-terminal (default: on when no command is provided) diff --git a/flyctl/cmd/fly_sftp_get.md b/flyctl/cmd/fly_sftp_get.md index 4ff7a04d71..307cf96b41 100644 --- a/flyctl/cmd/fly_sftp_get.md +++ b/flyctl/cmd/fly_sftp_get.md @@ -15,6 +15,7 @@ fly sftp get [local-path] [flags] --container string Container to connect to -h, --help help for get --machine string Run the console in the existing machine with the specified ID + --no-container Connect to the machine itself rather than to one of its containers -o, --org string The target Fly.io organization -g, --process-group string The target process group (also --group) --pty Allocate a pseudo-terminal (default: on when no command is provided) diff --git a/flyctl/cmd/fly_sftp_put.md b/flyctl/cmd/fly_sftp_put.md index 2a91ddb4db..ff9d731c1c 100644 --- a/flyctl/cmd/fly_sftp_put.md +++ b/flyctl/cmd/fly_sftp_put.md @@ -16,6 +16,7 @@ fly sftp put [remote-path] [flags] -h, --help help for put --machine string Run the console in the existing machine with the specified ID -m, --mode string File mode/permissions for the uploaded file (default: 0644) (default "0644") + --no-container Connect to the machine itself rather than to one of its containers -o, --org string The target Fly.io organization -g, --process-group string The target process group (also --group) --pty Allocate a pseudo-terminal (default: on when no command is provided) diff --git a/flyctl/cmd/fly_sftp_shell.md b/flyctl/cmd/fly_sftp_shell.md index f34cd64994..a808cb0c6c 100644 --- a/flyctl/cmd/fly_sftp_shell.md +++ b/flyctl/cmd/fly_sftp_shell.md @@ -15,6 +15,7 @@ fly sftp shell [flags] --container string Container to connect to -h, --help help for shell --machine string Run the console in the existing machine with the specified ID + --no-container Connect to the machine itself rather than to one of its containers -o, --org string The target Fly.io organization -g, --process-group string The target process group (also --group) --pty Allocate a pseudo-terminal (default: on when no command is provided) diff --git a/flyctl/cmd/fly_ssh_sftp_find.md b/flyctl/cmd/fly_ssh_sftp_find.md index 3ec6c0d02c..5996b9783f 100644 --- a/flyctl/cmd/fly_ssh_sftp_find.md +++ b/flyctl/cmd/fly_ssh_sftp_find.md @@ -15,6 +15,7 @@ fly ssh sftp find [path] [flags] --container string Container to connect to -h, --help help for find --machine string Run the console in the existing machine with the specified ID + --no-container Connect to the machine itself rather than to one of its containers -o, --org string The target Fly.io organization -g, --process-group string The target process group (also --group) --pty Allocate a pseudo-terminal (default: on when no command is provided) diff --git a/flyctl/cmd/fly_ssh_sftp_get.md b/flyctl/cmd/fly_ssh_sftp_get.md index dddbe3796f..8d93ac6017 100644 --- a/flyctl/cmd/fly_ssh_sftp_get.md +++ b/flyctl/cmd/fly_ssh_sftp_get.md @@ -15,6 +15,7 @@ fly ssh sftp get [local-path] [flags] --container string Container to connect to -h, --help help for get --machine string Run the console in the existing machine with the specified ID + --no-container Connect to the machine itself rather than to one of its containers -o, --org string The target Fly.io organization -g, --process-group string The target process group (also --group) --pty Allocate a pseudo-terminal (default: on when no command is provided) diff --git a/flyctl/cmd/fly_ssh_sftp_put.md b/flyctl/cmd/fly_ssh_sftp_put.md index 3bd455e839..5c139f2a71 100644 --- a/flyctl/cmd/fly_ssh_sftp_put.md +++ b/flyctl/cmd/fly_ssh_sftp_put.md @@ -16,6 +16,7 @@ fly ssh sftp put [remote-path] [flags] -h, --help help for put --machine string Run the console in the existing machine with the specified ID -m, --mode string File mode/permissions for the uploaded file (default: 0644) (default "0644") + --no-container Connect to the machine itself rather than to one of its containers -o, --org string The target Fly.io organization -g, --process-group string The target process group (also --group) --pty Allocate a pseudo-terminal (default: on when no command is provided) diff --git a/flyctl/cmd/fly_ssh_sftp_shell.md b/flyctl/cmd/fly_ssh_sftp_shell.md index 92a1addfce..5434958f72 100644 --- a/flyctl/cmd/fly_ssh_sftp_shell.md +++ b/flyctl/cmd/fly_ssh_sftp_shell.md @@ -15,6 +15,7 @@ fly ssh sftp shell [flags] --container string Container to connect to -h, --help help for shell --machine string Run the console in the existing machine with the specified ID + --no-container Connect to the machine itself rather than to one of its containers -o, --org string The target Fly.io organization -g, --process-group string The target process group (also --group) --pty Allocate a pseudo-terminal (default: on when no command is provided)