print-repository-metadata
Name
cave-print-repository-metadata — Prints repository metadata.
Synopsis
cave print-repository-metadata [ --raw-name key ] [ --human-name key ] [ --format format ] reponame
DESCRIPTION
Prints repository metadata. No formatting is used, making the output suitable for parsing by scripts.
OPTIONS
Global Options
Global options, used by every subcommand.
- -h , --help
- display help message
Filters
Filter the output. Each filter may be specified more than once.
- --raw-name
- Show only keys with this raw name. If specified more than once, any name match is accepted.
- --human-name
- Show only keys with this human name. If specified more than once, any name match is accepted.
Display Options
Controls the output format.
- --format
- Select the output format. Special tokens recognised are %r for raw name, %h for human name, %v for value, %i for one space per subkey level, \n for newline, \t for tab. Default is '%i%i%r=%v\n'.