Make CLI parameters similar on each platform/CLI Docs
Problem Statement
I really like the way it was done on Sentry Java (context) there you can see the variables to setup and easily see how to setup based on how you are gonna set your variables (env variables, sentry.properties,...)
https://docs.sentry.io/cli/configuration/#configuration-values I wish the other docs that shows the parameters (like the one above) would follow the same model instead of using a fixed format of parameters, that would help me alot when trying to find how to setup a specific parameters on env or on sentry.properties file.
Solution Brainstorm
We could have a fixed parameter file, and if needed, hide specific parameters or way to setup the parameters when not available on a specific platform
@adinauer is this something I could partner with you on?
Sure, how can I help? If it's about sentry-cli specifics, I guess @szokeasaurusrex is your best bet. I assume, we'll have to work with each SDKs maintainers as they know best what config mechanisms exist, and what params are available for each of them.