From 1895eb6b34e678d2207313b369a3d9467522f511 Mon Sep 17 00:00:00 2001 From: "docs-syncer[bot]" <134718678+docs-syncer[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 19:31:41 +0000 Subject: [PATCH] [flyctl-bot] Update docs from flyctl --- flyctl/cmd/fly_logs.md | 7 ++++--- flyctl/cmd/fly_mpg_create.md | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flyctl/cmd/fly_logs.md b/flyctl/cmd/fly_logs.md index 0b02575200..77a3d174e2 100644 --- a/flyctl/cmd/fly_logs.md +++ b/flyctl/cmd/fly_logs.md @@ -1,8 +1,8 @@ View application logs as generated by the application running on the Fly platform. -Logs can be filtered to a specific instance using the --instance/-i flag or -to all instances running in a specific region using the --region/-r flag. +Logs can be filtered to a specific machine using the --machine/-m flag or +to all machines running in a specific region using the --region/-r flag. By default logs are continually streamed until the command is aborted. Use --no-tail to only fetch the logs in the buffer. @@ -20,9 +20,10 @@ fly logs [flags] -c, --config string Path to application configuration file -h, --help help for logs -j, --json JSON output - --machine string Filter by machine ID + -m, --machine string Filter by machine ID -n, --no-tail Do not continually stream logs -r, --region string The target region (see 'flyctl platform regions') + -s, --select Select a machine from a list ~~~ ## Global Options diff --git a/flyctl/cmd/fly_mpg_create.md b/flyctl/cmd/fly_mpg_create.md index b580c52e68..580cd687f8 100644 --- a/flyctl/cmd/fly_mpg_create.md +++ b/flyctl/cmd/fly_mpg_create.md @@ -16,7 +16,6 @@ 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) ~~~