From f698bcc1b238f28e41bbc9fbe292f62b7958aacf Mon Sep 17 00:00:00 2001 From: "Fly.io CI" Date: Wed, 21 Aug 2024 20:49:20 +0000 Subject: [PATCH] [flyctl-bot] Update docs from flyctl --- flyctl/cmd/fly_deploy.md | 1 + flyctl/cmd/fly_launch.md | 1 + 2 files changed, 2 insertions(+) diff --git a/flyctl/cmd/fly_deploy.md b/flyctl/cmd/fly_deploy.md index a9f9839a00..be591e0459 100644 --- a/flyctl/cmd/fly_deploy.md +++ b/flyctl/cmd/fly_deploy.md @@ -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. diff --git a/flyctl/cmd/fly_launch.md b/flyctl/cmd/fly_launch.md index 28c38d11e2..ea0f7b02cc 100644 --- a/flyctl/cmd/fly_launch.md +++ b/flyctl/cmd/fly_launch.md @@ -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.