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
2 changes: 2 additions & 0 deletions flyctl/cmd/fly_redis_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ fly redis update <name> [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')
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/fly_sftp_find.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/fly_sftp_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ fly sftp get <remote-path> [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)
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/fly_sftp_put.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fly sftp put <local-path> [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)
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/fly_sftp_shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/fly_ssh_sftp_find.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/fly_ssh_sftp_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ fly ssh sftp get <remote-path> [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)
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/fly_ssh_sftp_put.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fly ssh sftp put <local-path> [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)
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/fly_ssh_sftp_shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading