Skip to content

Commit a86bcf7

Browse files
committed
README: Update help output
Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent c7bcfd8 commit a86bcf7

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ optional arguments:
9494

9595
<!-- @begin-sigstore-sign-help@ -->
9696
```
97-
usage: sigstore sign [-h] [-v] [--identity-token TOKEN] [--oidc-client-id ID]
97+
usage: sigstore sign [-h] [-v] [--rekor-version REKOR_VERSION]
98+
[--identity-token TOKEN] [--oidc-client-id ID]
9899
[--oidc-client-secret SECRET]
99100
[--oidc-disable-ambient-providers] [--oidc-issuer URL]
100101
[--oauth-force-oob] [--no-default-files]
@@ -109,6 +110,10 @@ optional arguments:
109110
-h, --help show this help message and exit
110111
-v, --verbose run with additional debug logging; supply multiple
111112
times to increase verbosity (default: 0)
113+
--rekor-version REKOR_VERSION
114+
Force the rekor transparency log version (in case
115+
there are multiple in signing configuration) (default:
116+
None)
112117
113118
OpenID Connect options:
114119
--identity-token TOKEN
@@ -151,9 +156,9 @@ Output options:
151156

152157
<!-- @begin-sigstore-attest-help@ -->
153158
```
154-
usage: sigstore attest [-h] [-v] --predicate FILE --predicate-type TYPE
155-
[--identity-token TOKEN] [--oidc-client-id ID]
156-
[--oidc-client-secret SECRET]
159+
usage: sigstore attest [-h] [-v] [--rekor-version REKOR_VERSION] --predicate
160+
FILE --predicate-type TYPE [--identity-token TOKEN]
161+
[--oidc-client-id ID] [--oidc-client-secret SECRET]
157162
[--oidc-disable-ambient-providers] [--oidc-issuer URL]
158163
[--oauth-force-oob] [--bundle FILE] [--overwrite]
159164
FILE [FILE ...]
@@ -165,6 +170,10 @@ optional arguments:
165170
-h, --help show this help message and exit
166171
-v, --verbose run with additional debug logging; supply multiple
167172
times to increase verbosity (default: 0)
173+
--rekor-version REKOR_VERSION
174+
Force the rekor transparency log version (in case
175+
there are multiple in signing configuration) (default:
176+
None)
168177
169178
DSSE options:
170179
--predicate FILE Path to the predicate file (default: None)

0 commit comments

Comments
 (0)