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_mpg_backup_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Create a backup for a Managed Postgres cluster.

## Usage
~~~
fly mpg backup create [CLUSTER_ID] [flags]
fly mpg backup create <CLUSTER_ID> [flags]
~~~

## Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_mpg_backup_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ List backups for a Managed Postgres cluster.

## Usage
~~~
fly mpg backup list [CLUSTER_ID] [flags]
fly mpg backup list <CLUSTER_ID> [flags]
~~~

## Options
Expand Down
3 changes: 1 addition & 2 deletions flyctl/cmd/fly_mpg_connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ Connect to a MPG database using psql

## Usage
~~~
fly mpg connect [flags]
fly mpg connect <CLUSTER ID> [flags]
~~~

## Options

~~~
-c, --cluster string The target cluster ID
-d, --database string The database to connect to
-h, --help help for connect
~~~
Expand Down
4 changes: 1 addition & 3 deletions flyctl/cmd/fly_mpg_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ Proxy to a MPG database

## Usage
~~~
fly mpg proxy [flags]
fly mpg proxy <CLUSTER ID> [flags]
~~~

## Options

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

## Global Options
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_mpg_restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Restore a Managed Postgres cluster from a backup.

## Usage
~~~
fly mpg restore [CLUSTER_ID] [flags]
fly mpg restore <CLUSTER_ID> [flags]
~~~

## Options
Expand Down