@@ -9,7 +9,7 @@ $ npm install -g @sigstore/cli
9
9
$ sigstore COMMAND
10
10
running command...
11
11
$ sigstore (--version)
12
- @sigstore/cli/0.0.5 darwin-arm64 node-v18.12.1
12
+ @sigstore/cli/0.1.1 darwin-arm64 node-v18.12.1
13
13
$ sigstore --help [COMMAND]
14
14
USAGE
15
15
$ sigstore COMMAND
@@ -29,23 +29,24 @@ attest the supplied file
29
29
```
30
30
USAGE
31
31
$ sigstore attest FILE [--json] [--fulcio-url <value>] [--rekor-url <value>] [--tsa-server-url <value>]
32
- [--tlog-upload] [--oidc-client-id <value>] [--oidc-issuer <value>] [--oidc-redirect-url <value>] [-t <value>] [-o
33
- <value>]
32
+ [--tlog-upload] [--oidc-client-id <value>] [--oidc-client-secret <value>] [--oidc-issuer <value>]
33
+ [--oidc-redirect-url <value>] [-t <value>] [-o <value>]
34
34
35
35
ARGUMENTS
36
36
FILE file to attest
37
37
38
38
FLAGS
39
- -o, --output-file=<value> write output to file
40
- -t, --payload-type=<value> [default: application/vnd.in-toto+json] MIME or content type to apply to the DSSE
41
- envelope
42
- --fulcio-url=<value> [default: https://fulcio.sigstore.dev] URL to the Sigstore PKI server
43
- --oidc-client-id=<value> [default: sigstore] OIDC client ID for application
44
- --oidc-issuer=<value> [default: https://oauth2.sigstore.dev/auth] OIDC provider to be used to issue ID token
45
- --oidc-redirect-url=<value> OIDC redirect URL
46
- --rekor-url=<value> [default: https://rekor.sigstore.dev] URL to the Rekor transparency log
47
- --[no-]tlog-upload whether or not to upload entry to the transparency log
48
- --tsa-server-url=<value> URL to the Timestamping Authority
39
+ -o, --output-file=<value> write output to file
40
+ -t, --payload-type=<value> [default: application/vnd.in-toto+json] MIME or content type to apply to the DSSE
41
+ envelope
42
+ --fulcio-url=<value> [default: https://fulcio.sigstore.dev] URL to the Sigstore PKI server
43
+ --oidc-client-id=<value> [default: sigstore] OIDC client ID for application
44
+ --oidc-client-secret=<value> OIDC client secret for application
45
+ --oidc-issuer=<value> [default: https://oauth2.sigstore.dev/auth] OIDC provider to be used to issue ID token
46
+ --oidc-redirect-url=<value> OIDC redirect URL
47
+ --rekor-url=<value> [default: https://rekor.sigstore.dev] URL to the Rekor transparency log
48
+ --[no-]tlog-upload whether or not to upload entry to the transparency log
49
+ --tsa-server-url=<value> URL to the Timestamping Authority
49
50
50
51
GLOBAL FLAGS
51
52
--json Format output as json.
@@ -57,7 +58,7 @@ EXAMPLES
57
58
$ sigstore attest ./statement.json
58
59
```
59
60
60
- _ See code: [ dist/commands/attest.ts ] ( https://github.com/sigstore/sigstore-js/blob/v0.0.5/dist/commands/attest.ts ) _
61
+
61
62
62
63
## ` sigstore help [COMMANDS] `
63
64
@@ -77,7 +78,7 @@ DESCRIPTION
77
78
Display help for sigstore.
78
79
```
79
80
80
- _ See code: [ @ oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v5.2.9/src/commands/help.ts ) _
81
+
81
82
82
83
## ` sigstore verify BUNDLE `
83
84
@@ -104,5 +105,5 @@ EXAMPLES
104
105
$ sigstore verify ./bundle.sigstore
105
106
```
106
107
107
- _ See code: [ dist/commands/verify.ts ] ( https://github.com/sigstore/sigstore-js/blob/v0.0.5/dist/commands/verify.ts ) _
108
+
108
109
<!-- commandsstop -->
0 commit comments