File: gitsign_show.md

package info (click to toggle)
gitsign 0.13.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,052 kB
  • sloc: makefile: 52; sh: 9
file content (28 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (3)
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!