Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng committed Jan 22, 2025
1 parent a3f48d9 commit deccb1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,11 @@ Before first time running encryption or decryption, you will need to run `make v

##### Using encrypted VCRs

Before committing the VCRs, you must run `make vcr-encrypt` to encrypt them. By default, the `--clean` flag is set, so the encrypted cassettes will match exactly what you have in your local.
Before committing the VCRs, you must run `make vcr-encrypt` to encrypt them.
> By default, the `CLEAN=1` flag is set, so the encrypted cassettes will match exactly what you have in your local. If you want to not overwrite files, run `make vcr-encrypt CLEAN=0`.
If you want to run tests with VCRs enabled, you must run `make vcr-decrypt` to decrypt them. By default, the `--clean` flag is not set, so files in your local that don't exist in the repo will not be deleted. If you want your local to match exactly what is in the encrypted cassettes, run with `--clean`.
If you want to run tests with VCRs enabled, you must run `make vcr-decrypt` to decrypt them.
> By default, the `CLEAN` flag is not set, so files in your local that don't exist in the repo will not be deleted. If you want your local to match exactly what is in the encrypted cassettes, run with `CLEAN=1`.
# Production

Expand Down

0 comments on commit deccb1e

Please sign in to comment.