Skip to content

Commit

Permalink
Update README for decrypt CLI cmd (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
seborama authored Aug 14, 2022
1 parent 223fb58 commit 3852fce
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,19 @@ As a reminder, you should **never** use a nonce value more than once with the sa

**govcr** provides a CLI utility to decrypt cassettes files on the file system.

The command is located in the `cmd/` folder - further info to follow soon.
The command is located in the `cmd/govcr` folder, to install it:

```bash
go install github.com/seborama/govcr/v8/cmd/govcr@latest
```

Example usage:

```bash
govcr decrypt my.cassette.json my.key
```

`decrypt` will cowardly refuse to write to a file to avoid errors or lingering decrypted files. It will write to the standard output.

## Cookbook

Expand Down

0 comments on commit 3852fce

Please sign in to comment.