From 582e1ea5a024c0bd3dfd23d83a9bb0fc4655ac78 Mon Sep 17 00:00:00 2001 From: "docs-syncer[bot]" <134718678+docs-syncer[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 19:34:34 +0000 Subject: [PATCH] [flyctl-bot] Update docs from flyctl --- flyctl/cmd/fly_mpg.md | 2 +- flyctl/cmd/fly_mpg_create.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flyctl/cmd/fly_mpg.md b/flyctl/cmd/fly_mpg.md index 0aff8b209e..75e9086f41 100644 --- a/flyctl/cmd/fly_mpg.md +++ b/flyctl/cmd/fly_mpg.md @@ -3,7 +3,7 @@ Manage Managed Postgres clusters. ## Usage ~~~ -fly mpg [flags] +fly mpg [command] [flags] ~~~ ## Available Commands diff --git a/flyctl/cmd/fly_mpg_create.md b/flyctl/cmd/fly_mpg_create.md index 580cd687f8..b580c52e68 100644 --- a/flyctl/cmd/fly_mpg_create.md +++ b/flyctl/cmd/fly_mpg_create.md @@ -16,6 +16,7 @@ fly mpg create [flags] --pg-major-version int The major version of Postgres to use for the Postgres cluster. Supported versions are 16 and 17. (default 16) --plan string The plan to use for the Postgres cluster: Basic, Starter, Launch, Scale, Performance -r, --region string The target region (see 'flyctl platform regions') + --v2 Create a Postgres cluster deployed on the V2 platform --volume-size int The volume size in GB (default 10) ~~~