pinspect distfiles_usage - report detailing distfiles space usage for targeted repos¶
Synopsis¶
pinspect distfiles_usage [-h] [--debug] [-q] [-v] [--color BOOLEAN]
[--no-final-summary | --no-repo-summary |
--no-detail] [--sort-by-name]
[--first FIRST | --last LAST]
[--include-nonmirrored]
[--include-restricted]
[repo ...]
Positional Arguments¶
- repo¶
repo(s) to inspect
Options¶
- --no-final-summary¶
disable outputting a summary of data across all repos
- --no-repo-summary¶
disable outputting repo summaries
- --no-detail¶
disable outputting a detail view of all repos
- --sort-by-name¶
sort output by name, rather then by frequency
- --first FIRST¶
show only the first N detail items
- --last LAST¶
show only the last N detail items
- --include-nonmirrored¶
if set, nonmirrored distfiles will be included in the total
- --include-restricted¶
if set, fetch restricted distfiles will be included in the total
Base Options¶
- -h, --help¶
Show this help message and exit. To get more information see the related man page.
- --debug¶
Enable debug checks and show verbose debug output.
- -q, --quiet¶
Suppress non-error, informational messages.
- -v, --verbose¶
Increase the verbosity of various output.
- --color BOOLEAN¶
Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.