Skip to content

Commit

Permalink
[flyctl-bot] Update docs from flyctl
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles committed Aug 21, 2024
1 parent 00ca19d commit f698bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions flyctl/cmd/fly_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +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")
--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
1 change: 1 addition & 0 deletions flyctl/cmd/fly_launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +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")
--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

0 comments on commit f698bcc

Please sign in to comment.