gittuf/docs/cli/gittuf_attest.md
PratGit1606 9707977fd3 docs: audit and fix CLI command docstrings across all commands
Signed-off-by: PratGit1606 <prathamgithub16@gmail.com>
2026-07-08 12:02:33 -07:00

1.4 KiB
Generated

gittuf attest

Tools for attesting to code contributions

Synopsis

The 'attest' command provides tools for attesting to code contributions. It includes subcommands to apply attestations, authorize contributors, and integrate GitHub-based attestations.

Options

      --create-rsl-entry     create RSL entry for attestation change immediately (note: the new entry to the RSL will not be synced with the remote)
  -h, --help                 help for attest
  -k, --signing-key string   signing key to use to sign attestations (path to SSH key, "gpg:<fingerprint>" for GPG, "fulcio:" for Sigstore)

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")
      --verbose                      enable verbose logging

SEE ALSO