1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
## gitsign show
Show source predicate information
### Synopsis
Show source predicate information
Prints an in-toto style predicate for the specified revision.
If no revision is specified, HEAD is used.
This command is experimental, and its CLI surface may change.
```
gitsign show [revision] [flags]
```
### Options
```
-h, --help help for show
-r, --remote string git remote (used to populate subject) (default "origin")
```
### SEE ALSO
* [gitsign](gitsign.md) - Keyless Git signing with Sigstore!
|