@@ -94,7 +94,7 @@ optional arguments:
94
94
95
95
<!-- @begin-sigstore-sign-help@ -->
96
96
```
97
- usage: sigstore sign [-h] [-v] [--rekor-version REKOR_VERSION ]
97
+ usage: sigstore sign [-h] [-v] [--rekor-version VERSION ]
98
98
[--identity-token TOKEN] [--oidc-client-id ID]
99
99
[--oidc-client-secret SECRET]
100
100
[--oidc-disable-ambient-providers] [--oidc-issuer URL]
@@ -110,10 +110,10 @@ optional arguments:
110
110
-h, --help show this help message and exit
111
111
-v, --verbose run with additional debug logging; supply multiple
112
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)
113
+ --rekor-version VERSION
114
+ Force the rekor transparency log version. Valid values
115
+ are [1, 2]. By default the highest available version
116
+ is used
117
117
118
118
OpenID Connect options:
119
119
--identity-token TOKEN
@@ -156,8 +156,8 @@ Output options:
156
156
157
157
<!-- @begin-sigstore-attest-help@ -->
158
158
```
159
- usage: sigstore attest [-h] [-v] [--rekor-version REKOR_VERSION ] --predicate
160
- FILE --predicate-type TYPE [--identity-token TOKEN]
159
+ usage: sigstore attest [-h] [-v] [--rekor-version VERSION ] --predicate FILE
160
+ --predicate-type TYPE [--identity-token TOKEN]
161
161
[--oidc-client-id ID] [--oidc-client-secret SECRET]
162
162
[--oidc-disable-ambient-providers] [--oidc-issuer URL]
163
163
[--oauth-force-oob] [--bundle FILE] [--overwrite]
@@ -170,10 +170,10 @@ optional arguments:
170
170
-h, --help show this help message and exit
171
171
-v, --verbose run with additional debug logging; supply multiple
172
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)
173
+ --rekor-version VERSION
174
+ Force the rekor transparency log version. Valid values
175
+ are [1, 2]. By default the highest available version
176
+ is used
177
177
178
178
DSSE options:
179
179
--predicate FILE Path to the predicate file (default: None)
0 commit comments