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 --local

=== Repository status for local operations ===
  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 59 minutes
snapshot   Signing       1 / 1                 1  1.0.31      6 days, 23 hours and 59 minutes
timestamp  Signing       1 / 1                 1  1.0.31      23 hours and 59 minutes
root       Signing       2 / 1                 1  1.0.31      364 days, 23 hours and 59 minutes

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