Skip to content

Commit

Permalink
remove legacy CLI from client package (#682)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed Aug 15, 2023
1 parent f12ee66 commit e36bbfa
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 256 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-squids-poke.md
@@ -0,0 +1,5 @@
---
'sigstore': major
---

Removes the legacy CLI (please use the `@sigstore/cli` package instead)
193 changes: 111 additions & 82 deletions DEMO.md

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions packages/client/README.md
Expand Up @@ -232,26 +232,6 @@ The `utils` object contains a few internal utility functions. These are exposed
to support the needs of specific `sigstore-js` consumers but should **NOT** be
considered part of the stable public interface.

## CLI

The `sigstore-js` library comes packaged with a basic command line interface
for testing and demo purposes. However, the CLI should **NOT** be considered
part of the stable interface of the library. If you require a production-ready
Sigstore CLI, we recommend you use [`cosign`][4].

```shell
$ npx sigstore help
sigstore <command> <artifact>

Usage:

sigstore sign sign an artifact
sigstore attest sign an artifact using dsse (Dead Simple Signing Envelope)
sigstore verify verify an artifact
sigstore version print version information
sigstore help print help information
```

## Credential Sources

### GitHub Actions
Expand Down
17 changes: 0 additions & 17 deletions packages/client/bin/sigstore.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/client/package.json
Expand Up @@ -9,9 +9,6 @@
"build": "tsc --build",
"test": "jest"
},
"bin": {
"sigstore": "bin/sigstore.js"
},
"files": [
"dist",
"store"
Expand Down
134 changes: 0 additions & 134 deletions packages/client/src/cli/index.ts

This file was deleted.

0 comments on commit e36bbfa

Please sign in to comment.