Skip to content

gimme top

Returns overall top statistics for a given repository.

gimme top [flags]

What are the flags?

      --cache-ttl duration               Cache the response, e.g. "3600s", "60m", "1h". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
  -R, --gh-repo [HOST/]OWNER/REPO        Select another GitHub repository using the [HOST/]OWNER/REPO format. Defaults to git remote in the working dir with the name specified by '--git-remote'.
      --git-remote string                Defaults to 'origin' git remote. (default "origin")
  -h, --help                             help for top
  -o, --output string                    Output format. One of: file | interactive (default "interactive")
      --preset-file strings              The statistics definition in YAML format. Flag can be specified multiple times.
  -v, --verbose int or string[=simple]   Prints more verbose output. Allowed values: 0 - disable, 1 - simple, 2 - trace (default 0 - disable)

Examples

gimme top

SEE ALSO

  • gimme - Insights about a Git(Hub) repository.
Back to top