Skip to content

Commit

Permalink
Merge pull request #1064 from superfly/flyctl-docs_v0.1.101
Browse files Browse the repository at this point in the history
[flybot] Fly CLI docs update
  • Loading branch information
docs-syncer[bot] committed Sep 22, 2023
2 parents dd15dda + 7dd5b61 commit 09bfc37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions flyctl/cmd/flyctl_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/flyctl_launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions flyctl/cmd/flyctl_turboku.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ flyctl turboku <heroku-app-name> <heroku-api-token> [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)
Expand Down

0 comments on commit 09bfc37

Please sign in to comment.