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 094e335 commit aee821d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit aee821d

Please sign in to comment.