-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flyctl-bot] Update docs from flyctl (#1735)
Co-authored-by: Fly.io CI <[email protected]>
- Loading branch information
1 parent
abe6185
commit efc15bd
Showing
58 changed files
with
879 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Provision and manage Kubernetes clusters | ||
|
||
|
||
## Usage | ||
~~~ | ||
fly extensions kubernetes [command] [flags] | ||
~~~ | ||
|
||
## Available Commands | ||
* [create](/docs/flyctl/extensions-kubernetes-create/) - Provision a Kubernetes cluster for an organization | ||
* [destroy](/docs/flyctl/extensions-kubernetes-destroy/) - Permanently destroy a Kubernetes cluster | ||
* [list](/docs/flyctl/extensions-kubernetes-list/) - List your Kubernetes clusters | ||
* [save-kubeconfig](/docs/flyctl/extensions-kubernetes-save-kubeconfig/) - Save the kubeconfig file of your cluster | ||
|
||
## Options | ||
|
||
~~~ | ||
-h, --help help for kubernetes | ||
~~~ | ||
|
||
## 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Provision a Kubernetes cluster for an organization | ||
|
||
|
||
## Usage | ||
~~~ | ||
fly extensions kubernetes create [flags] | ||
~~~ | ||
|
||
## Options | ||
|
||
~~~ | ||
-h, --help help for create | ||
-n, --name string The name of your cluster | ||
-o, --org string The target Fly.io organization | ||
--output string The output path to save the kubeconfig file | ||
-r, --region string The target region (see 'flyctl platform regions') | ||
~~~ | ||
|
||
## Global Options | ||
|
||
~~~ | ||
-t, --access-token string Fly API Access Token | ||
--debug Print additional logs and traces | ||
--verbose Verbose output | ||
~~~ | ||
|
||
## See Also | ||
|
||
* [fly extensions kubernetes](/docs/flyctl/extensions-kubernetes/) - Provision and manage Kubernetes clusters | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Permanently destroy a Kubernetes cluster | ||
|
||
## Usage | ||
~~~ | ||
fly extensions kubernetes destroy [name] [flags] | ||
~~~ | ||
|
||
## Options | ||
|
||
~~~ | ||
-h, --help help for destroy | ||
-y, --yes Accept all confirmations | ||
~~~ | ||
|
||
## Global Options | ||
|
||
~~~ | ||
-t, --access-token string Fly API Access Token | ||
--debug Print additional logs and traces | ||
--verbose Verbose output | ||
~~~ | ||
|
||
## See Also | ||
|
||
* [fly extensions kubernetes](/docs/flyctl/extensions-kubernetes/) - Provision and manage Kubernetes clusters | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
List your Kubernetes clusters | ||
|
||
## Usage | ||
~~~ | ||
fly extensions kubernetes list [flags] | ||
~~~ | ||
|
||
## Options | ||
|
||
~~~ | ||
-h, --help help for list | ||
~~~ | ||
|
||
## Global Options | ||
|
||
~~~ | ||
-t, --access-token string Fly API Access Token | ||
--debug Print additional logs and traces | ||
--verbose Verbose output | ||
~~~ | ||
|
||
## See Also | ||
|
||
* [fly extensions kubernetes](/docs/flyctl/extensions-kubernetes/) - Provision and manage Kubernetes clusters | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Save the kubeconfig file of your cluster | ||
|
||
## Usage | ||
~~~ | ||
fly extensions kubernetes save-kubeconfig [cluster name] [flags] | ||
~~~ | ||
|
||
## Options | ||
|
||
~~~ | ||
-h, --help help for save-kubeconfig | ||
--output string The output path to save the kubeconfig file | ||
~~~ | ||
|
||
## Global Options | ||
|
||
~~~ | ||
-t, --access-token string Fly API Access Token | ||
--debug Print additional logs and traces | ||
--verbose Verbose output | ||
~~~ | ||
|
||
## See Also | ||
|
||
* [fly extensions kubernetes](/docs/flyctl/extensions-kubernetes/) - Provision and manage Kubernetes clusters | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Provision and manage MySQL databases | ||
|
||
|
||
## 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 | ||
|
||
## 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Provision a MySQL database | ||
|
||
|
||
## Usage | ||
~~~ | ||
fly extensions mysql create [flags] | ||
~~~ | ||
|
||
## Options | ||
|
||
~~~ | ||
-a, --app string Application name | ||
-c, --config string Path to application configuration file | ||
-h, --help help for create | ||
-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') | ||
-y, --yes Accept all confirmations | ||
~~~ | ||
|
||
## 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 databases | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
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 | ||
~~~ | ||
|
||
## 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 databases | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
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 | ||
~~~ | ||
|
||
## 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 databases | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
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 | ||
~~~ | ||
|
||
## 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 databases | ||
|
Oops, something went wrong.