gittuf/docs/cli/gittuf_trust_update-root-threshold.md
Aditya Sirish 749b7df97c
*: Add support for coloring log output
Signed-off-by: Aditya Sirish <aditya@saky.in>
2025-02-01 17:58:11 -05:00

1,001 B
Generated

gittuf trust update-root-threshold

Update Root threshold in the gittuf root of trust

Synopsis

This command allows users to update the threshold of valid signatures required for the root of trust.

gittuf trust update-root-threshold [flags]

Options

  -h, --help            help for update-root-threshold
      --threshold int   threshold of valid signatures required for root (default -1)

Options inherited from parent commands

      --no-color                     turn off colored output
      --profile                      enable CPU and memory profiling
      --profile-CPU-file string      file to store CPU profile (default "cpu.prof")
      --profile-memory-file string   file to store memory profile (default "memory.prof")
  -k, --signing-key string           signing key to use to sign root of trust
      --verbose                      enable verbose logging

SEE ALSO