From 7dd5b612c8252cc1a2af320ae48a9bc1cebb086f Mon Sep 17 00:00:00 2001 From: "Fly.io CI" Date: Fri, 22 Sep 2023 21:07:28 +0000 Subject: [PATCH] [flyctl-bot] Update docs from flyctl --- flyctl/cmd/flyctl_deploy.md | 1 + flyctl/cmd/flyctl_launch.md | 1 + flyctl/cmd/flyctl_turboku.md | 1 + 3 files changed, 3 insertions(+) diff --git a/flyctl/cmd/flyctl_deploy.md b/flyctl/cmd/flyctl_deploy.md index bbe8681e65..892000f433 100644 --- a/flyctl/cmd/flyctl_deploy.md +++ b/flyctl/cmd/flyctl_deploy.md @@ -29,6 +29,7 @@ flyctl deploy [WORKING_DIRECTORY] [flags] --ignorefile string Path to a Docker ignore file. Defaults to the .dockerignore file in the working directory. -i, --image string The Docker image to deploy --image-label string Image label to use when tagging and pushing to the fly registry. Defaults to "deployment-{timestamp}". + --immediate-max-concurrent int Maximum number of machines to update concurrently when using the immediate deployment strategy. (default 16) --label stringArray Add custom metadata to an image via docker labels --lease-timeout int Seconds to lease individual machines while running deployment. All machines are leased at the beginning and released at the end. The lease is refreshed periodically for this same time, which is why it is short. flyctl releases leases in most cases. (default 13) --local-only Only perform builds locally using the local docker daemon diff --git a/flyctl/cmd/flyctl_launch.md b/flyctl/cmd/flyctl_launch.md index 40df04081b..34c9a49b72 100644 --- a/flyctl/cmd/flyctl_launch.md +++ b/flyctl/cmd/flyctl_launch.md @@ -27,6 +27,7 @@ flyctl launch [flags] --ignorefile string Path to a Docker ignore file. Defaults to the .dockerignore file in the working directory. -i, --image string The Docker image to deploy --image-label string Image label to use when tagging and pushing to the fly registry. Defaults to "deployment-{timestamp}". + --immediate-max-concurrent int Maximum number of machines to update concurrently when using the immediate deployment strategy. (default 16) --internal-port int Set internal_port for all services in the generated fly.toml (default -1) --label stringArray Add custom metadata to an image via docker labels --lease-timeout int Seconds to lease individual machines while running deployment. All machines are leased at the beginning and released at the end. The lease is refreshed periodically for this same time, which is why it is short. flyctl releases leases in most cases. (default 13) diff --git a/flyctl/cmd/flyctl_turboku.md b/flyctl/cmd/flyctl_turboku.md index 6fd9ae4663..036ed68202 100644 --- a/flyctl/cmd/flyctl_turboku.md +++ b/flyctl/cmd/flyctl_turboku.md @@ -24,6 +24,7 @@ flyctl turboku [flags] --ignorefile string Path to a Docker ignore file. Defaults to the .dockerignore file in the working directory. -i, --image string The Docker image to deploy --image-label string Image label to use when tagging and pushing to the fly registry. Defaults to "deployment-{timestamp}". + --immediate-max-concurrent int Maximum number of machines to update concurrently when using the immediate deployment strategy. (default 16) --keep keep the app directory after deployment --label stringArray Add custom metadata to an image via docker labels --lease-timeout int Seconds to lease individual machines while running deployment. All machines are leased at the beginning and released at the end. The lease is refreshed periodically for this same time, which is why it is short. flyctl releases leases in most cases. (default 13)