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
7 changes: 4 additions & 3 deletions flyctl/cmd/fly_logs.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion flyctl/cmd/fly_mpg_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
~~~

Expand Down
Loading