Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flybot] Fly CLI docs update #1942

Merged
merged 1 commit into from
Feb 13, 2025
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
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