I've noticed that when I run the following command:
sentry-cli releases files VERSION upload-sourcemaps /path/to/sourcemaps
with VERSION=listing-form@123,
I get the following error:
error: The subcommand 'listing@123' wasn't recognized
Did you mean 'list'
I guess that this is because my VERSION string starts with "list".
Thanks! Can confirm that it's an issue with parsing args by clap. We'll get it fixed soon.
Reported directly to clap-rs repo: https://github.com/clap-rs/clap/issues/1750