Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_apps_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fly apps create <app name> [flags]
--network string Specify custom network id
-o, --org string The target Fly.io organization
--save Save the app name to the config file
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_apps_destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fly apps destroy <app name(s)> [flags]

~~~
-h, --help help for destroy
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_apps_move.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fly apps move <app name> [flags]
-h, --help help for move
-o, --org string The target Fly.io organization
--skip-health-checks Update machines without waiting for health checks
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_certs_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fly certs remove <hostname> [flags]
-c, --config string Path to application configuration file
--custom Remove only the custom certificate, keeping ACME certificates
-h, --help help for remove
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_config_save.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fly config save [flags]
-h, --help help for save
--json Output the configuration in JSON format
--yaml Output the configuration in YAML format
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
8 changes: 4 additions & 4 deletions flyctl/cmd/fly_console.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ fly console [flags]
-r, --region string The target region (see 'flyctl platform regions')
-s, --select Select the machine and container on which to execute the console from a list.
-u, --user string Unix username to connect as (default "root")
--vm-cpu-kind string The kind of CPU to use ('shared' or 'performance')
--vm-cpus int Number of CPUs
--vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none)
--vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind)
--vm-cpus int Number of CPUs (also --cpus)
--vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind)
--vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag
--vm-memory string Memory (in megabytes) to attribute to the VM
--vm-memory string Memory (in megabytes) to attribute to the VM (also --memory)
--vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values
--volume strings Volume to mount, in the form of <volume_id_or_name>:/path/inside/machine[:<options>]
--wg Determines whether communication with remote builders are conducted over wireguard or plain internet(https) (default true)
Expand Down
12 changes: 6 additions & 6 deletions flyctl/cmd/fly_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fly deploy [WORKING_DIRECTORY] [flags]
--ha Create spare machines that increases app availability (default true)
-h, --help help for deploy
--host-dedication-id string The dedication id of the reserved hosts for your organization (if any)
--https-failover Determines whether to failover to plain internet(https) communication with remote builders if wireguard fails (default true)
--https-failover Determines whether to failover to plain internet(https) communication with remote builders if wireguard fails (also --http-failover) (default true)
--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}".
Expand All @@ -76,16 +76,16 @@ fly deploy [WORKING_DIRECTORY] [flags]
--smoke-checks Perform smoke checks during deployment (default true)
--strategy string The strategy for replacing running instances. Options are canary, rolling, bluegreen, or immediate. The default strategy is rolling.
--update-only Do not create Machines for new process groups
--vm-cpu-kind string The kind of CPU to use ('shared' or 'performance')
--vm-cpus int Number of CPUs
--vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none)
--vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') (also --vm-cpukind)
--vm-cpus int Number of CPUs (also --cpus)
--vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none) (also --vm-gpukind)
--vm-gpus int Number of GPUs. Must also choose the GPU model with --vm-gpu-kind flag
--vm-memory string Memory (in megabytes) to attribute to the VM
--vm-memory string Memory (in megabytes) to attribute to the VM (also --memory)
--vm-size string The VM size to set machines to. See "fly platform vm-sizes" for valid values
--volume-initial-size int The initial size in GB for volumes created on first deploy
--wait-timeout string Time duration to wait for individual machines to transition states and become healthy. (default "5m0s")
--wg Determines whether communication with remote builders are conducted over wireguard or plain internet(https) (default true)
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_arcjet_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fly extensions arcjet create [flags]
-n, --name string The name of your application
-o, --org string The target Fly.io organization
-r, --region string The target region (see 'flyctl platform regions')
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_arcjet_dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fly extensions arcjet dashboard [site_name] [flags]
-c, --config string Path to application configuration file
-h, --help help for dashboard
-o, --org string The target Fly.io organization
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_arcjet_destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fly extensions arcjet destroy [name] [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for destroy
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_arcjet_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fly extensions arcjet list [flags]
~~~
-h, --help help for list
-o, --org string The target Fly.io organization
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_arcjet_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fly extensions arcjet status [name] [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for status
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_kubernetes_destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fly extensions kubernetes destroy [name] [flags]

~~~
-h, --help help for destroy
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_mysql_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fly extensions mysql create [flags]
-o, --org string The target Fly.io organization
-r, --region string The target region (see 'flyctl platform regions')
--size int The number of members in your cluster
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_mysql_destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fly extensions mysql destroy [name] [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for destroy
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_mysql_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fly extensions mysql list [flags]
~~~
-h, --help help for list
-o, --org string The target Fly.io organization
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_mysql_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fly extensions mysql status [name] [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for status
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_mysql_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fly extensions mysql update <database_name> [flags]
--memory int Memory (in GB) assigned to each cluster member
-o, --org string The target Fly.io organization
--size int The number of members in your cluster
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_sentry_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fly extensions sentry create [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for create
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_sentry_dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fly extensions sentry dashboard [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for dashboard
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_sentry_destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fly extensions sentry destroy [project-name] [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for destroy
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_sentry_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fly extensions sentry list [flags]
~~~
-h, --help help for list
-o, --org string The target Fly.io organization
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_storage_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fly extensions storage create [flags]
--shadow-region string Shadow bucket region
--shadow-secret-key string Shadow bucket secret key
--shadow-write-through Write objects through to the shadow bucket
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_storage_dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fly extensions storage dashboard [bucket_name] [flags]
-c, --config string Path to application configuration file
-h, --help help for dashboard
-o, --org string The target Fly.io organization
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_storage_destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fly extensions storage destroy [storage-bucket-name] [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for destroy
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_storage_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fly extensions storage list [flags]
~~~
-h, --help help for list
-o, --org string The target Fly.io organization
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_storage_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fly extensions storage status [name] [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for status
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_storage_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fly extensions storage update <bucket_name> [flags]
--shadow-region string Shadow bucket region
--shadow-secret-key string Shadow bucket secret key
--shadow-write-through Write objects through to the shadow bucket
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_supabase_dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fly extensions supabase dashboard [database_name] [flags]
-c, --config string Path to application configuration file
-h, --help help for dashboard
-o, --org string The target Fly.io organization
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_supabase_destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fly extensions supabase destroy [name] [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for destroy
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_supabase_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fly extensions supabase list [flags]
~~~
-h, --help help for list
-o, --org string The target Fly.io organization
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_supabase_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fly extensions supabase status [name] [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for status
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_vector_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fly extensions vector create [flags]
-n, --name string The name of your cluster
-o, --org string The target Fly.io organization
-r, --region string The target region (see 'flyctl platform regions')
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_vector_dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fly extensions vector dashboard [flags]
-c, --config string Path to application configuration file
-h, --help help for dashboard
-o, --org string The target Fly.io organization
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_vector_destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fly extensions vector destroy [name] [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for destroy
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_vector_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fly extensions vector list [flags]
~~~
-h, --help help for list
-o, --org string The target Fly.io organization
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_vector_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fly extensions vector status [name] [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for status
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_wafris_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fly extensions wafris create [flags]
-n, --name string The name of your WAF
-o, --org string The target Fly.io organization
-r, --region string The target region (see 'flyctl platform regions')
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_wafris_dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fly extensions wafris dashboard [firewall_name] [flags]
-c, --config string Path to application configuration file
-h, --help help for dashboard
-o, --org string The target Fly.io organization
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_extensions_wafris_destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fly extensions wafris destroy [name] [flags]
-a, --app string Application name
-c, --config string Path to application configuration file
-h, --help help for destroy
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_image_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fly image update [flags]
-h, --help help for update
--image string Target a specific image
--skip-health-checks Skip waiting for health checks between VM updates.
-y, --yes Accept all confirmations
-y, --yes Accept all confirmations (also --auto-confirm)
~~~

## Global Options
Expand Down
Loading
Loading