rugged validate
Command help text
$ rugged validate --help
Usage: rugged validate [OPTIONS] [TYPE]
Validate TUF repository metadata, keys and targets.
TYPE argument can be: all, metadata, keys. (Default 'all')
Options:
--help Show this message and exit.
Command example output
$ rugged validate
Metadata for the 'root' role is valid.
Metadata for the 'timestamp' role is valid.
Metadata for the 'snapshot' role is valid.
Metadata for the 'targets' role is valid.
All expected keys are present.
Only expected keys are present.
All keys in repository are valid.