Skip to content

Commit 9e3e47b

Browse files
[flyctl-bot] Update docs from flyctl (#2206)
Co-authored-by: docs-syncer[bot] <134718678+docs-syncer[bot]@users.noreply.github.com>
1 parent 9f5383e commit 9e3e47b

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

flyctl/cmd/fly_deploy.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ fly deploy [WORKING_DIRECTORY] [flags]
1616
--build-only Build but do not deploy
1717
--build-secret stringArray Set of build secrets of NAME=VALUE pairs. Can be specified multiple times. See https://docs.docker.com/engine/reference/commandline/buildx_build/#secret
1818
--build-target string Set the target build stage to build if the Dockerfile has more than one stage
19-
--builder-pool string[="true"] Experimental: Use pooled builder from Fly.io (default "auto")
20-
--buildkit-addr string Address of remote buildkit daemon (e.g. tcp://127.0.0.1:1234 or unix:///path/to/socket)
21-
--buildkit-image string Image to use for remote buildkit daemon
19+
--buildkit Deploy using buildkit-based remote builder
2220
--buildpacks-docker-host string Address to docker daemon that will be exposed to the build container.
2321
If not set (or set to empty string) the standard socket location will be used.
2422
Special value 'inherit' may be used in which case DOCKER_HOST environment variable will be used.

flyctl/cmd/fly_image_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fly image update [flags]
1313
-c, --config string Path to application configuration file
1414
-h, --help help for update
1515
--image string Target a specific image
16-
--skip-health-checks Skip waiting for health checks inbetween VM updates.
16+
--skip-health-checks Skip waiting for health checks between VM updates.
1717
-y, --yes Accept all confirmations
1818
~~~
1919

flyctl/cmd/fly_launch.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ fly launch [flags]
1414
--build-only Build but do not deploy
1515
--build-secret stringArray Set of build secrets of NAME=VALUE pairs. Can be specified multiple times. See https://docs.docker.com/engine/reference/commandline/buildx_build/#secret
1616
--build-target string Set the target build stage to build if the Dockerfile has more than one stage
17-
--builder-pool string[="true"] Experimental: Use pooled builder from Fly.io (default "auto")
18-
--buildkit-addr string Address of remote buildkit daemon (e.g. tcp://127.0.0.1:1234 or unix:///path/to/socket)
19-
--buildkit-image string Image to use for remote buildkit daemon
17+
--buildkit Deploy using buildkit-based remote builder
2018
--buildpacks-docker-host string Address to docker daemon that will be exposed to the build container.
2119
If not set (or set to empty string) the standard socket location will be used.
2220
Special value 'inherit' may be used in which case DOCKER_HOST environment variable will be used.

flyctl/cmd/fly_machine_update.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ fly machine update [machine_id] [flags]
1414
--autostop string[="stop"] Automatically stop a Machine when there are no network requests for it. Options include 'off', 'stop', and 'suspend'. (default "off")
1515
--build-depot Build your image with depot.dev
1616
--build-nixpacks Build your image with nixpacks
17-
--buildkit-addr string Address of remote buildkit daemon (e.g. tcp://127.0.0.1:1234 or unix:///path/to/socket)
18-
--buildkit-image string Image to use for remote buildkit daemon
17+
--buildkit Deploy using buildkit-based remote builder
1918
-C, --command string Command to run
2019
-c, --config string Path to application configuration file
2120
--container string Container to update with the new image, files, etc; defaults to "app" or the first container in the config.

0 commit comments

Comments
 (0)