Skip to content

Commit 1933bd2

Browse files
[flyctl-bot] Update docs from flyctl (#2294)
Co-authored-by: docs-syncer[bot] <134718678+docs-syncer[bot]@users.noreply.github.com>
1 parent 07ccb37 commit 1933bd2

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

flyctl/cmd/fly_mpg_backup_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Create a backup for a Managed Postgres cluster.
22

33
## Usage
44
~~~
5-
fly mpg backup create [CLUSTER_ID] [flags]
5+
fly mpg backup create <CLUSTER_ID> [flags]
66
~~~
77

88
## Options

flyctl/cmd/fly_mpg_backup_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ List backups for a Managed Postgres cluster.
22

33
## Usage
44
~~~
5-
fly mpg backup list [CLUSTER_ID] [flags]
5+
fly mpg backup list <CLUSTER_ID> [flags]
66
~~~
77

88
## Options

flyctl/cmd/fly_mpg_connect.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ Connect to a MPG database using psql
22

33
## Usage
44
~~~
5-
fly mpg connect [flags]
5+
fly mpg connect <CLUSTER ID> [flags]
66
~~~
77

88
## Options
99

1010
~~~
11-
-c, --cluster string The target cluster ID
1211
-d, --database string The database to connect to
1312
-h, --help help for connect
1413
~~~

flyctl/cmd/fly_mpg_proxy.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ Proxy to a MPG database
22

33
## Usage
44
~~~
5-
fly mpg proxy [flags]
5+
fly mpg proxy <CLUSTER ID> [flags]
66
~~~
77

88
## Options
99

1010
~~~
1111
-b, --bind-addr string Local address to bind to (default "127.0.0.1")
12-
-c, --cluster string The target cluster ID
1312
-h, --help help for proxy
14-
-r, --region string The target region (see 'flyctl platform regions')
1513
~~~
1614

1715
## Global Options

flyctl/cmd/fly_mpg_restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Restore a Managed Postgres cluster from a backup.
22

33
## Usage
44
~~~
5-
fly mpg restore [CLUSTER_ID] [flags]
5+
fly mpg restore <CLUSTER_ID> [flags]
66
~~~
77

88
## Options

0 commit comments

Comments
 (0)