Skip to content

Commit b0f3da5

Browse files
authored
regenerate readme for cli (#650)
Signed-off-by: Brian DeHamer <[email protected]>
1 parent 9b8c140 commit b0f3da5

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

.changeset/khaki-bananas-stare.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/cli/README.md

+17-16
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $ npm install -g @sigstore/cli
99
$ sigstore COMMAND
1010
running command...
1111
$ 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
1313
$ sigstore --help [COMMAND]
1414
USAGE
1515
$ sigstore COMMAND
@@ -29,23 +29,24 @@ attest the supplied file
2929
```
3030
USAGE
3131
$ 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>]
3434
3535
ARGUMENTS
3636
FILE file to attest
3737
3838
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
4950
5051
GLOBAL FLAGS
5152
--json Format output as json.
@@ -57,7 +58,7 @@ EXAMPLES
5758
$ sigstore attest ./statement.json
5859
```
5960

60-
_See code: [dist/commands/attest.ts](https://github.com/sigstore/sigstore-js/blob/v0.0.5/dist/commands/attest.ts)_
61+
6162

6263
## `sigstore help [COMMANDS]`
6364

@@ -77,7 +78,7 @@ DESCRIPTION
7778
Display help for sigstore.
7879
```
7980

80-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.9/src/commands/help.ts)_
81+
8182

8283
## `sigstore verify BUNDLE`
8384

@@ -104,5 +105,5 @@ EXAMPLES
104105
$ sigstore verify ./bundle.sigstore
105106
```
106107

107-
_See code: [dist/commands/verify.ts](https://github.com/sigstore/sigstore-js/blob/v0.0.5/dist/commands/verify.ts)_
108+
108109
<!-- commandsstop -->

0 commit comments

Comments
 (0)