sentry-cli
sentry-cli copied to clipboard
`debug-files find` should find debug files (any type) recursively without an `id`
I wanna use the find cmd without an id, I wanna locate debug files in a folder tree, I don't know the debug ids beforehand.
If the id is mandatory, and its omitted, it should print out a log as well, right now doing sentry-cli debug-files find -p=/ has no output which is technically wrong, feels like there were no debug files in there, but there were, you need an id though.