diff --git a/flyctl/cmd/fly.md b/flyctl/cmd/fly.md index 558f24475e..69cc1d78f3 100644 --- a/flyctl/cmd/fly.md +++ b/flyctl/cmd/fly.md @@ -25,7 +25,6 @@ fly [flags] * [ips](/docs/flyctl/ips/) - Manage IP addresses for apps * [jobs](/docs/flyctl/jobs/) - Show jobs at Fly.io * [launch](/docs/flyctl/launch/) - Create and configure a new app from source code or a Docker image -* [litefs-cloud](/docs/flyctl/litefs-cloud/) - LiteFS Cloud management commands * [logs](/docs/flyctl/logs/) - View app logs * [machine](/docs/flyctl/machine/) - Manage Fly Machines. * [mcp](/docs/flyctl/mcp/) - flyctl Model Context Protocol. diff --git a/flyctl/cmd/fly_litefs-cloud.md b/flyctl/cmd/fly_litefs-cloud.md deleted file mode 100644 index a39858a7d5..0000000000 --- a/flyctl/cmd/fly_litefs-cloud.md +++ /dev/null @@ -1,33 +0,0 @@ -Commands for managing LiteFS Cloud databases - -## Usage -~~~ -fly litefs-cloud [command] [flags] -~~~ - -## Available Commands -* [clusters](/docs/flyctl/litefs-cloud-clusters/) - Manage LiteFS Cloud clusters -* [export](/docs/flyctl/litefs-cloud-export/) - Export LiteFS Cloud database -* [import](/docs/flyctl/litefs-cloud-import/) - Import SQLite database into LiteFS Cloud -* [regions](/docs/flyctl/litefs-cloud-regions/) - List LiteFS Cloud regions -* [restore](/docs/flyctl/litefs-cloud-restore/) - Restore LiteFS Cloud database -* [status](/docs/flyctl/litefs-cloud-status/) - Show LiteFS Cloud cluster status - -## Options - -~~~ - -h, --help help for litefs-cloud -~~~ - -## 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_litefs-cloud_clusters.md b/flyctl/cmd/fly_litefs-cloud_clusters.md deleted file mode 100644 index 78f33dcfc3..0000000000 --- a/flyctl/cmd/fly_litefs-cloud_clusters.md +++ /dev/null @@ -1,31 +0,0 @@ -"Commands for managing LiteFS Cloud clusters" - - -## Usage -~~~ -fly litefs-cloud clusters [command] [flags] -~~~ - -## Available Commands -* [create](/docs/flyctl/litefs-cloud-clusters-create/) - Creates a LiteFS Cloud cluster -* [destroy](/docs/flyctl/litefs-cloud-clusters-destroy/) - Delete a LiteFS Cloud cluster -* [list](/docs/flyctl/litefs-cloud-clusters-list/) - Show LiteFS Cloud clusters - -## Options - -~~~ - -h, --help help for clusters -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly litefs-cloud](/docs/flyctl/litefs-cloud/) - LiteFS Cloud management commands - diff --git a/flyctl/cmd/fly_litefs-cloud_clusters_create.md b/flyctl/cmd/fly_litefs-cloud_clusters_create.md deleted file mode 100644 index 9d5ffd9f9b..0000000000 --- a/flyctl/cmd/fly_litefs-cloud_clusters_create.md +++ /dev/null @@ -1,28 +0,0 @@ -Creates a new LiteFS Cloud cluster. - -## Usage -~~~ -fly litefs-cloud clusters create CLUSTERNAME [flags] -~~~ - -## Options - -~~~ - -h, --help help for create - -j, --json JSON output - -o, --org string The target Fly.io organization - -r, --region string The target region (see 'flyctl litefs-cloud regions') -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly litefs-cloud clusters](/docs/flyctl/litefs-cloud-clusters/) - Manage LiteFS Cloud clusters - diff --git a/flyctl/cmd/fly_litefs-cloud_clusters_destroy.md b/flyctl/cmd/fly_litefs-cloud_clusters_destroy.md deleted file mode 100644 index 1eda076771..0000000000 --- a/flyctl/cmd/fly_litefs-cloud_clusters_destroy.md +++ /dev/null @@ -1,27 +0,0 @@ -Permanently deletes a LiteFS Cloud cluster. - -## Usage -~~~ -fly litefs-cloud clusters destroy [flags] -~~~ - -## Options - -~~~ - -h, --help help for destroy - -j, --json JSON output - -o, --org string The target Fly.io organization -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly litefs-cloud clusters](/docs/flyctl/litefs-cloud-clusters/) - Manage LiteFS Cloud clusters - diff --git a/flyctl/cmd/fly_litefs-cloud_clusters_list.md b/flyctl/cmd/fly_litefs-cloud_clusters_list.md deleted file mode 100644 index 349a9c973c..0000000000 --- a/flyctl/cmd/fly_litefs-cloud_clusters_list.md +++ /dev/null @@ -1,29 +0,0 @@ -Lists the LiteFS Cloud clusters in the organization. - -## Usage -~~~ -fly litefs-cloud clusters list [flags] -~~~ - -## Options - -~~~ - -h, --help help for list - -j, --json JSON output - --limit int Number of results to return (default 50) - --offset int Index of results to return from - -o, --org string The target Fly.io organization -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly litefs-cloud clusters](/docs/flyctl/litefs-cloud-clusters/) - Manage LiteFS Cloud clusters - diff --git a/flyctl/cmd/fly_litefs-cloud_export.md b/flyctl/cmd/fly_litefs-cloud_export.md deleted file mode 100644 index 16c18c214a..0000000000 --- a/flyctl/cmd/fly_litefs-cloud_export.md +++ /dev/null @@ -1,31 +0,0 @@ -Exports the current state of the database to a file. - -## Usage -~~~ -fly litefs-cloud export [flags] -~~~ - -## Options - -~~~ - -c, --cluster string LiteFS Cloud cluster name - -d, --database string LiteFS Cloud database name - -f, --force Overwrite output file if it already exists - -h, --help help for export - -j, --json JSON output - -o, --org string The target Fly.io organization - --output string Output filename -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly litefs-cloud](/docs/flyctl/litefs-cloud/) - LiteFS Cloud management commands - diff --git a/flyctl/cmd/fly_litefs-cloud_import.md b/flyctl/cmd/fly_litefs-cloud_import.md deleted file mode 100644 index 02c2d8ab66..0000000000 --- a/flyctl/cmd/fly_litefs-cloud_import.md +++ /dev/null @@ -1,30 +0,0 @@ -Imports a local SQLite database into a LiteFS Cloud cluster. - -## Usage -~~~ -fly litefs-cloud import [flags] -~~~ - -## Options - -~~~ - -c, --cluster string LiteFS Cloud cluster name - -d, --database string LiteFS Cloud database name - -h, --help help for import - --input string Input filename - -j, --json JSON output - -o, --org string The target Fly.io organization -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly litefs-cloud](/docs/flyctl/litefs-cloud/) - LiteFS Cloud management commands - diff --git a/flyctl/cmd/fly_litefs-cloud_regions.md b/flyctl/cmd/fly_litefs-cloud_regions.md deleted file mode 100644 index 8537451acc..0000000000 --- a/flyctl/cmd/fly_litefs-cloud_regions.md +++ /dev/null @@ -1,26 +0,0 @@ -View a list of LiteFS Cloud regions - -## Usage -~~~ -fly litefs-cloud regions [flags] -~~~ - -## Options - -~~~ - -h, --help help for regions - -j, --json JSON output -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly litefs-cloud](/docs/flyctl/litefs-cloud/) - LiteFS Cloud management commands - diff --git a/flyctl/cmd/fly_litefs-cloud_restore.md b/flyctl/cmd/fly_litefs-cloud_restore.md deleted file mode 100644 index 614e75e958..0000000000 --- a/flyctl/cmd/fly_litefs-cloud_restore.md +++ /dev/null @@ -1,30 +0,0 @@ -Restores a LiteFS Cloud database to a previous state. - -## Usage -~~~ -fly litefs-cloud restore [flags] -~~~ - -## Options - -~~~ - -c, --cluster string LiteFS Cloud cluster name - -d, --database string LiteFS Cloud database name - -h, --help help for restore - -j, --json JSON output - -o, --org string The target Fly.io organization - --timestamp string Time to restore to (ISO 8601) -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly litefs-cloud](/docs/flyctl/litefs-cloud/) - LiteFS Cloud management commands - diff --git a/flyctl/cmd/fly_litefs-cloud_status.md b/flyctl/cmd/fly_litefs-cloud_status.md deleted file mode 100644 index 85f2918861..0000000000 --- a/flyctl/cmd/fly_litefs-cloud_status.md +++ /dev/null @@ -1,28 +0,0 @@ -Lists the databases in the cluster with their replication position. - -## Usage -~~~ -fly litefs-cloud status [flags] -~~~ - -## Options - -~~~ - -c, --cluster string LiteFS Cloud cluster name - -h, --help help for status - -j, --json JSON output - -o, --org string The target Fly.io organization -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly litefs-cloud](/docs/flyctl/litefs-cloud/) - LiteFS Cloud management commands - diff --git a/flyctl/cmd/fly_tokens_create.md b/flyctl/cmd/fly_tokens_create.md index cd15d74178..e86f98eed1 100644 --- a/flyctl/cmd/fly_tokens_create.md +++ b/flyctl/cmd/fly_tokens_create.md @@ -7,7 +7,6 @@ fly tokens create [command] [flags] ## Available Commands * [deploy](/docs/flyctl/tokens-create-deploy/) - Create deploy tokens -* [litefs-cloud](/docs/flyctl/tokens-create-litefs-cloud/) - Create LiteFS Cloud tokens * [machine-exec](/docs/flyctl/tokens-create-machine-exec/) - Create a machine exec token * [org](/docs/flyctl/tokens-create-org/) - Create org deploy tokens * [readonly](/docs/flyctl/tokens-create-readonly/) - Create read-only org tokens diff --git a/flyctl/cmd/fly_tokens_create_litefs-cloud.md b/flyctl/cmd/fly_tokens_create_litefs-cloud.md deleted file mode 100644 index 2bfdef6d53..0000000000 --- a/flyctl/cmd/fly_tokens_create_litefs-cloud.md +++ /dev/null @@ -1,30 +0,0 @@ -Create an API token limited to a single LiteFS Cloud cluster. - -## Usage -~~~ -fly tokens create litefs-cloud [flags] -~~~ - -## Options - -~~~ - -c, --cluster string Cluster name - -x, --expiry duration The duration that the token will be valid (default 175200h0m0s) - -h, --help help for litefs-cloud - -j, --json JSON output - -n, --name string Token name (default "LiteFS Cloud token") - -o, --org string The target Fly.io organization -~~~ - -## Global Options - -~~~ - -t, --access-token string Fly API Access Token - --debug Print additional logs and traces - --verbose Verbose output -~~~ - -## See Also - -* [fly tokens create](/docs/flyctl/tokens-create/) - Create Fly.io API tokens -