GitKraken CLI

gk workspace insights

Get metrics about pull requests from the repositories within the workspace

Synopsis

Get metrics about pull requests from the repositories within the workspace. Accepts an argument to specify the cycle time in days (between 7 and 14) If no argument is provided, the default cycle is 7 days.

Metrics exposed:

  • Average cycle time: average time it takes for a PR to get merged after its first commit.
  • Average throughput: average of the Number of PRs merged each week of the cycle
  • Merge rate: quotient between PRs merged and PRs opened
  • Opened pull requests: number of PRs opened within the cycle time provided
  • Merged pull requests: number of PRs merged within the cycle time provided

These metrics are compared with the ones in the previous cycle Green numbers indicate an improvement from the previous cycle.

gk workspace insights <cycle> [flags]

Options

  -h, --help   help for insights

Options inherited from parent commands

  -s, --select-ws   Skip the default workspace for this action and force a workspace selection

SEE ALSO

  • gk workspace - Interact with your workspaces. Alias: ‘ws’
Auto generated by spf13/cobra on 14-Mar-2024

© 2023 Axosoft, LLC DBA GitKraken