@@ -94,7 +94,8 @@ optional arguments:
94
94
95
95
<!-- @begin-sigstore-sign-help@ -->
96
96
```
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]
98
99
[--oidc-client-secret SECRET]
99
100
[--oidc-disable-ambient-providers] [--oidc-issuer URL]
100
101
[--oauth-force-oob] [--no-default-files]
@@ -109,6 +110,10 @@ optional arguments:
109
110
-h, --help show this help message and exit
110
111
-v, --verbose run with additional debug logging; supply multiple
111
112
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)
112
117
113
118
OpenID Connect options:
114
119
--identity-token TOKEN
@@ -151,9 +156,9 @@ Output options:
151
156
152
157
<!-- @begin-sigstore-attest-help@ -->
153
158
```
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]
157
162
[--oidc-disable-ambient-providers] [--oidc-issuer URL]
158
163
[--oauth-force-oob] [--bundle FILE] [--overwrite]
159
164
FILE [FILE ...]
@@ -165,6 +170,10 @@ optional arguments:
165
170
-h, --help show this help message and exit
166
171
-v, --verbose run with additional debug logging; supply multiple
167
172
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)
168
177
169
178
DSSE options:
170
179
--predicate FILE Path to the predicate file (default: None)
0 commit comments