rugged status

Command help text

$ rugged status --help

Usage: rugged status [OPTIONS]

  Print a status message for a TUF repository.

Options:
  --local        Print the local repo status. Defaults to true, unless a
                 worker is specified.
  --worker TEXT  The specific worker from which to retrieve repo status. Can
                 be passed multiple times.
  --help         Show this message and exit.

Command example output

$ rugged status "--worker=test-worker"

=== Repository status for test-worker ===
  Targets  Total Size
---------  ------------
        0  0 Bytes

Role       Capability    Signatures      Version  TUF Spec    Expires
---------  ------------  ------------  ---------  ----------  ---------------------------------
targets    Signing       1 / 1                 1  1.0.31      6 days, 23 hours and 52 minutes
snapshot   Verification  1 / 1                 1  1.0.31      6 days, 23 hours and 52 minutes
timestamp  Verification  1 / 1                 1  1.0.31      23 hours and 52 minutes
root       Verification  2 / 1                 1  1.0.31      317 days, 23 hours and 48 minutes

Key name    Role       Key type(s)      Scheme    Path
----------  ---------  ---------------  --------  -----------------------------------------------------
targets     targets    public, private  ed25519   /var/rugged/signing_keys/targets/targets
snapshot    snapshot   public           ed25519   /var/rugged/verification_keys/snapshot/snapshot.pub
timestamp   timestamp  public           ed25519   /var/rugged/verification_keys/timestamp/timestamp.pub
root        root       public           ed25519   /var/rugged/verification_keys/root/root.pub
root1       root       public           ed25519   /var/rugged/verification_keys/root/root1.pub
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Rugged TUF Server is a trademark of Consensus Enterprises.