Skip to content

gtl pr pulse

Parent command: gtl pr.

Summarize activity across pull requests in a repository, including conflicts, new comments, review signals, and check run state

Aliases

pls

Usage

bash
gtl pr pulse [flags]

Full Help

text
Summarize activity across pull requests in a repository, including conflicts, new comments, review signals, and check run state

Usage:
  gtl pr pulse [flags]

Aliases:
  pulse, pls

Flags:
      --all-authors         Include PRs from all authors (default is your PRs only)
      --format string       Output format: text or json (default "text")
  -h, --help                help for pulse
      --only-needs-action   Show only PRs that need action
      --repo string         Repository in owner/repo format (defaults to current git remote)
      --since string        Lookback window, e.g. 24h, 7d, 168h (default "72h")

Released under the MIT License.