[Bug]: "stripe listen --api-key ..." command is not saved into the history
delgermurun opened this issue · 2 comments
delgermurun commented
What did you expect to happen?
stripe listen --api-key sk_test_... --forward-to localhost:3000/webhook/stripe
After running first time, I want to re-run from the history.
What happened?
This command doesn't get saved in the history; I've run it multiple times but can't find it. Is this expected behavior?
Atuin doctor output
$ atuin doctor
Atuin Doctor
Checking for diagnostics
Please include the output below with any bug reports or issues
atuin:
version: 18.1.0
sync: null
shell:
name: zsh
plugins:
- atuin
system:
os: Darwin
arch: arm64
version: '14.4'
disks:
- name: Macintosh HD
filesystem: apfs
- name: Macintosh HD
filesystem: apfs
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
tessus commented
You have to to set secrets_filter = false
in your config.
see https://docs.atuin.sh/configuration/config/#secrets_filter
delgermurun commented
Thank you @tessus. I should have checked the documentation already 🤦🏼