gittuf/docs/cli/gittuf_attest_github_record-approval.md
Aditya Sirish A Yelgundhalli 0de2972b48
cmd: Add persistent options for attest
Signed-off-by: Aditya Sirish A Yelgundhalli <ayelgundhall@bloomberg.net>
2025-02-20 18:13:32 -05:00

1.2 KiB
Generated

gittuf attest github record-approval

Record GitHub pull request approval

gittuf attest github record-approval [flags]

Options

      --approver string           identity of the reviewer who approved the change
      --base-URL string           location of GitHub instance (default "https://github.com")
  -h, --help                      help for record-approval
      --pull-request-number int   pull request number (default -1)
      --repository string         path to base GitHub repository the pull request is opened against, of form {owner}/{repo}
      --review-ID int             pull request review ID (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 attestation
      --verbose                      enable verbose logging

SEE ALSO