Skip to content

Commit

Permalink
[flyctl-bot] Update docs from flyctl (#1942)
Browse files Browse the repository at this point in the history
Co-authored-by: Fly.io CI <[email protected]>
  • Loading branch information
docs-syncer[bot] and jsierles authored Feb 13, 2025
1 parent 8e84a08 commit 4aaef01
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions flyctl/cmd/fly_console.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 @@ -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
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 @@ -12,6 +12,7 @@ fly sftp get <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 get
--machine string Run the console in the existing machine with the specified ID
-o, --org string The target Fly.io organization
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 @@ -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
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/fly_ssh_console.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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
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 @@ -12,6 +12,7 @@ fly ssh sftp get <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 get
--machine string Run the console in the existing machine with the specified ID
-o, --org string The target Fly.io organization
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 @@ -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
Expand Down

0 comments on commit 4aaef01

Please sign in to comment.