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