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 #1797

Merged
merged 1 commit into from
Aug 21, 2024
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: 1 addition & 1 deletion flyctl/cmd/fly_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fly deploy [WORKING_DIRECTORY] [flags]
-c, --config string Path to application configuration file
--deploy-retries string Number of times to retry a deployment if it fails (default "auto")
--depot Deploy using depot to build the image
--depot-scope string The scope of the Depot builder's cache to use (organization or app) (default "organization")
--depot-scope string The scope of the Depot builder's cache to use (org or app) (default "org")
--detach Return immediately instead of monitoring deployment progress
--dns-checks Perform DNS checks during deployment (default true)
--dockerfile string Path to a Dockerfile. Defaults to the Dockerfile in the working directory.
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fly launch [flags]
--copy-config Use the configuration file if present without prompting
--deploy-retries string Number of times to retry a deployment if it fails (default "auto")
--depot Deploy using depot to build the image
--depot-scope string The scope of the Depot builder's cache to use (organization or app) (default "organization")
--depot-scope string The scope of the Depot builder's cache to use (org or app) (default "org")
--detach Return immediately instead of monitoring deployment progress
--dns-checks Perform DNS checks during deployment (default true)
--dockerfile string Path to a Dockerfile. Defaults to the Dockerfile in the working directory.
Expand Down