airtasker/proxay

`unknown option --tapes` on v1.2.17

Closed this issue · 2 comments

On OSX, proxay@1.2.17:

proxay --mode record --host https://example.com --tapes tapes/
error: unknown option `--tapes'

Workaround: Downgrade via yarn global add proxay@1.2.15

proxay --mode record --host https://example.com --tapes tapes/
Loaded tape: default
Proxying in record mode on port 3000.

Thanks for the great work on this! Looking forward to playing around with this more.

Sorry for the delay due to holidays @cooperka. I believe the fix is to use --tapes-dir instead. We simply forgot to update the readme!

Thanks for the fix @fwouts! Cheers 🍻