diff --git a/flyctl/cmd/fly.md b/flyctl/cmd/fly.md index f0c759cc2d..558f24475e 100644 --- a/flyctl/cmd/fly.md +++ b/flyctl/cmd/fly.md @@ -30,7 +30,6 @@ fly [flags] * [machine](/docs/flyctl/machine/) - Manage Fly Machines. * [mcp](/docs/flyctl/mcp/) - flyctl Model Context Protocol. * [mpg](/docs/flyctl/mpg/) - Manage Managed Postgres clusters. -* [mysql](/docs/flyctl/mysql/) - Provision and manage MySQL database clusters * [orgs](/docs/flyctl/orgs/) - Commands for managing Fly organizations * [ping](/docs/flyctl/ping/) - Test connectivity with ICMP ping messages * [platform](/docs/flyctl/platform/) - Fly platform information diff --git a/flyctl/cmd/fly_extensions.md b/flyctl/cmd/fly_extensions.md index 3ba3b9d4c0..e7b2b518c9 100644 --- a/flyctl/cmd/fly_extensions.md +++ b/flyctl/cmd/fly_extensions.md @@ -8,10 +8,8 @@ fly extensions [command] [flags] ## Available Commands * [arcjet](/docs/flyctl/extensions-arcjet/) - Provision and manage Arcjet * [kubernetes](/docs/flyctl/extensions-kubernetes/) - Provision and manage Kubernetes clusters -* [mysql](/docs/flyctl/extensions-mysql/) - Provision and manage MySQL database clusters * [sentry](/docs/flyctl/extensions-sentry/) - Setup a Sentry project for this app * [storage](/docs/flyctl/extensions-storage/) - Provision and manage Tigris object storage buckets -* [supabase](/docs/flyctl/extensions-supabase/) - Provision and manage Supabase Postgres databases * [vector](/docs/flyctl/extensions-vector/) - Provision and manage Upstash Vector index * [wafris](/docs/flyctl/extensions-wafris/) - Provision and manage Wafris WAFs (Web Application Firewalls) diff --git a/flyctl/cmd/fly_extensions_mysql.md b/flyctl/cmd/fly_extensions_mysql.md deleted file mode 100644 index daa2885059..0000000000 --- a/flyctl/cmd/fly_extensions_mysql.md +++ /dev/null @@ -1,33 +0,0 @@ -Provision and manage MySQL database clusters - - -## Usage -~~~ -fly extensions mysql [command] [flags] -~~~ - -## Available Commands -* [create](/docs/flyctl/extensions-mysql-create/) - Provision a MySQL database -* [destroy](/docs/flyctl/extensions-mysql-destroy/) - Permanently destroy a MySQL database -* [list](/docs/flyctl/extensions-mysql-list/) - List your MySQL databases -* [status](/docs/flyctl/extensions-mysql-status/) - Show details about a MySQL database -* [update](/docs/flyctl/extensions-mysql-update/) - Update an existing MySQL database - -## Options - -~~~ - -h, --help help for mysql -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly extensions](/docs/flyctl/extensions/) - Extensions are additional functionality that can be added to your Fly apps - diff --git a/flyctl/cmd/fly_extensions_mysql_create.md b/flyctl/cmd/fly_extensions_mysql_create.md deleted file mode 100644 index 32772a3030..0000000000 --- a/flyctl/cmd/fly_extensions_mysql_create.md +++ /dev/null @@ -1,36 +0,0 @@ -Provision a MySQL database - - -## Usage -~~~ -fly extensions mysql create [flags] -~~~ - -## Options - -~~~ - -a, --app string Application name - -c, --config string Path to application configuration file - --cpu int The number of CPUs assigned to each cluster member - --disk int Disk size (in GB) assigned to each cluster member - -h, --help help for create - --memory int Memory (in GB) assigned to each cluster member - -n, --name string The name of your database - -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 (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly extensions mysql](/docs/flyctl/extensions-mysql/) - Provision and manage MySQL database clusters - diff --git a/flyctl/cmd/fly_extensions_mysql_destroy.md b/flyctl/cmd/fly_extensions_mysql_destroy.md deleted file mode 100644 index ded488134a..0000000000 --- a/flyctl/cmd/fly_extensions_mysql_destroy.md +++ /dev/null @@ -1,28 +0,0 @@ -Permanently destroy a MySQL database - -## Usage -~~~ -fly extensions mysql destroy [name] [flags] -~~~ - -## Options - -~~~ - -a, --app string Application name - -c, --config string Path to application configuration file - -h, --help help for destroy - -y, --yes Accept all confirmations (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly extensions mysql](/docs/flyctl/extensions-mysql/) - Provision and manage MySQL database clusters - diff --git a/flyctl/cmd/fly_extensions_mysql_list.md b/flyctl/cmd/fly_extensions_mysql_list.md deleted file mode 100644 index 2db266d905..0000000000 --- a/flyctl/cmd/fly_extensions_mysql_list.md +++ /dev/null @@ -1,27 +0,0 @@ -List your MySQL databases - -## Usage -~~~ -fly extensions mysql list [flags] -~~~ - -## Options - -~~~ - -h, --help help for list - -o, --org string The target Fly.io organization - -y, --yes Accept all confirmations (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly extensions mysql](/docs/flyctl/extensions-mysql/) - Provision and manage MySQL database clusters - diff --git a/flyctl/cmd/fly_extensions_mysql_status.md b/flyctl/cmd/fly_extensions_mysql_status.md deleted file mode 100644 index 0b63ebfd74..0000000000 --- a/flyctl/cmd/fly_extensions_mysql_status.md +++ /dev/null @@ -1,29 +0,0 @@ -Show details about a MySQL database - - -## Usage -~~~ -fly extensions mysql status [name] [flags] -~~~ - -## Options - -~~~ - -a, --app string Application name - -c, --config string Path to application configuration file - -h, --help help for status - -y, --yes Accept all confirmations (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly extensions mysql](/docs/flyctl/extensions-mysql/) - Provision and manage MySQL database clusters - diff --git a/flyctl/cmd/fly_extensions_mysql_update.md b/flyctl/cmd/fly_extensions_mysql_update.md deleted file mode 100644 index d6296e199a..0000000000 --- a/flyctl/cmd/fly_extensions_mysql_update.md +++ /dev/null @@ -1,33 +0,0 @@ -Update an existing MySQL database - - -## Usage -~~~ -fly extensions mysql update [flags] -~~~ - -## Options - -~~~ - -a, --app string Application name - -c, --config string Path to application configuration file - --cpu int The number of CPUs assigned to each cluster member - -h, --help help for update - --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 (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly extensions mysql](/docs/flyctl/extensions-mysql/) - Provision and manage MySQL database clusters - diff --git a/flyctl/cmd/fly_extensions_supabase.md b/flyctl/cmd/fly_extensions_supabase.md deleted file mode 100644 index 30d2415d61..0000000000 --- a/flyctl/cmd/fly_extensions_supabase.md +++ /dev/null @@ -1,32 +0,0 @@ -Provision and manage Supabase Postgres databases - - -## Usage -~~~ -fly extensions supabase [command] [flags] -~~~ - -## Available Commands -* [dashboard](/docs/flyctl/extensions-supabase-dashboard/) - Visit the Supabase database dashboard -* [destroy](/docs/flyctl/extensions-supabase-destroy/) - Permanently destroy a Supabase database -* [list](/docs/flyctl/extensions-supabase-list/) - List your Supabase databases -* [status](/docs/flyctl/extensions-supabase-status/) - Show details about a Supabase Postgres database - -## Options - -~~~ - -h, --help help for supabase -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly extensions](/docs/flyctl/extensions/) - Extensions are additional functionality that can be added to your Fly apps - diff --git a/flyctl/cmd/fly_extensions_supabase_dashboard.md b/flyctl/cmd/fly_extensions_supabase_dashboard.md deleted file mode 100644 index a6132b4373..0000000000 --- a/flyctl/cmd/fly_extensions_supabase_dashboard.md +++ /dev/null @@ -1,29 +0,0 @@ -Visit the Supabase database dashboard - -## Usage -~~~ -fly extensions supabase dashboard [database_name] [flags] -~~~ - -## Options - -~~~ - -a, --app string Application name - -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 (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly extensions supabase](/docs/flyctl/extensions-supabase/) - Provision and manage Supabase Postgres databases - diff --git a/flyctl/cmd/fly_extensions_supabase_destroy.md b/flyctl/cmd/fly_extensions_supabase_destroy.md deleted file mode 100644 index 1a4f1c5edd..0000000000 --- a/flyctl/cmd/fly_extensions_supabase_destroy.md +++ /dev/null @@ -1,28 +0,0 @@ -Permanently destroy a Supabase database - -## Usage -~~~ -fly extensions supabase destroy [name] [flags] -~~~ - -## Options - -~~~ - -a, --app string Application name - -c, --config string Path to application configuration file - -h, --help help for destroy - -y, --yes Accept all confirmations (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly extensions supabase](/docs/flyctl/extensions-supabase/) - Provision and manage Supabase Postgres databases - diff --git a/flyctl/cmd/fly_extensions_supabase_list.md b/flyctl/cmd/fly_extensions_supabase_list.md deleted file mode 100644 index 296b618cc0..0000000000 --- a/flyctl/cmd/fly_extensions_supabase_list.md +++ /dev/null @@ -1,27 +0,0 @@ -List your Supabase databases - -## Usage -~~~ -fly extensions supabase list [flags] -~~~ - -## Options - -~~~ - -h, --help help for list - -o, --org string The target Fly.io organization - -y, --yes Accept all confirmations (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly extensions supabase](/docs/flyctl/extensions-supabase/) - Provision and manage Supabase Postgres databases - diff --git a/flyctl/cmd/fly_extensions_supabase_status.md b/flyctl/cmd/fly_extensions_supabase_status.md deleted file mode 100644 index d5bef7b3e8..0000000000 --- a/flyctl/cmd/fly_extensions_supabase_status.md +++ /dev/null @@ -1,29 +0,0 @@ -Show details about a Supabase Postgres database - - -## Usage -~~~ -fly extensions supabase status [name] [flags] -~~~ - -## Options - -~~~ - -a, --app string Application name - -c, --config string Path to application configuration file - -h, --help help for status - -y, --yes Accept all confirmations (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly extensions supabase](/docs/flyctl/extensions-supabase/) - Provision and manage Supabase Postgres databases - diff --git a/flyctl/cmd/fly_mysql.md b/flyctl/cmd/fly_mysql.md deleted file mode 100644 index 3949f4199a..0000000000 --- a/flyctl/cmd/fly_mysql.md +++ /dev/null @@ -1,33 +0,0 @@ -Provision and manage MySQL database clusters - - -## Usage -~~~ -fly mysql [command] [flags] -~~~ - -## Available Commands -* [create](/docs/flyctl/mysql-create/) - Provision a MySQL database -* [destroy](/docs/flyctl/mysql-destroy/) - Permanently destroy a MySQL database -* [list](/docs/flyctl/mysql-list/) - List your MySQL databases -* [status](/docs/flyctl/mysql-status/) - Show details about a MySQL database -* [update](/docs/flyctl/mysql-update/) - Update an existing MySQL database - -## Options - -~~~ - -h, --help help for mysql -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly](/docs/flyctl/help/) - The Fly.io command line interface - diff --git a/flyctl/cmd/fly_mysql_create.md b/flyctl/cmd/fly_mysql_create.md deleted file mode 100644 index f2332425b1..0000000000 --- a/flyctl/cmd/fly_mysql_create.md +++ /dev/null @@ -1,36 +0,0 @@ -Provision a MySQL database - - -## Usage -~~~ -fly mysql create [flags] -~~~ - -## Options - -~~~ - -a, --app string Application name - -c, --config string Path to application configuration file - --cpu int The number of CPUs assigned to each cluster member - --disk int Disk size (in GB) assigned to each cluster member - -h, --help help for create - --memory int Memory (in GB) assigned to each cluster member - -n, --name string The name of your database - -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 (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly mysql](/docs/flyctl/mysql/) - Provision and manage MySQL database clusters - diff --git a/flyctl/cmd/fly_mysql_destroy.md b/flyctl/cmd/fly_mysql_destroy.md deleted file mode 100644 index 78a7b8aed0..0000000000 --- a/flyctl/cmd/fly_mysql_destroy.md +++ /dev/null @@ -1,28 +0,0 @@ -Permanently destroy a MySQL database - -## Usage -~~~ -fly mysql destroy [name] [flags] -~~~ - -## Options - -~~~ - -a, --app string Application name - -c, --config string Path to application configuration file - -h, --help help for destroy - -y, --yes Accept all confirmations (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly mysql](/docs/flyctl/mysql/) - Provision and manage MySQL database clusters - diff --git a/flyctl/cmd/fly_mysql_list.md b/flyctl/cmd/fly_mysql_list.md deleted file mode 100644 index f1db2207d0..0000000000 --- a/flyctl/cmd/fly_mysql_list.md +++ /dev/null @@ -1,27 +0,0 @@ -List your MySQL databases - -## Usage -~~~ -fly mysql list [flags] -~~~ - -## Options - -~~~ - -h, --help help for list - -o, --org string The target Fly.io organization - -y, --yes Accept all confirmations (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly mysql](/docs/flyctl/mysql/) - Provision and manage MySQL database clusters - diff --git a/flyctl/cmd/fly_mysql_status.md b/flyctl/cmd/fly_mysql_status.md deleted file mode 100644 index 1d0c71ac96..0000000000 --- a/flyctl/cmd/fly_mysql_status.md +++ /dev/null @@ -1,29 +0,0 @@ -Show details about a MySQL database - - -## Usage -~~~ -fly mysql status [name] [flags] -~~~ - -## Options - -~~~ - -a, --app string Application name - -c, --config string Path to application configuration file - -h, --help help for status - -y, --yes Accept all confirmations (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly mysql](/docs/flyctl/mysql/) - Provision and manage MySQL database clusters - diff --git a/flyctl/cmd/fly_mysql_update.md b/flyctl/cmd/fly_mysql_update.md deleted file mode 100644 index 8fd35fb175..0000000000 --- a/flyctl/cmd/fly_mysql_update.md +++ /dev/null @@ -1,33 +0,0 @@ -Update an existing MySQL database - - -## Usage -~~~ -fly mysql update [flags] -~~~ - -## Options - -~~~ - -a, --app string Application name - -c, --config string Path to application configuration file - --cpu int The number of CPUs assigned to each cluster member - -h, --help help for update - --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 (also --auto-confirm) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly mysql](/docs/flyctl/mysql/) - Provision and manage MySQL database clusters -