Ability to disable reading the global configuration
Hi guys 👋
We have an issue with Sentry CLI, it always tries to read the global config from ~/.sentryclirc.
Unfortunately, we can't allow doing that due to security reasons and therefore we get an error: https://github.com/getsentry/sentry-cli/blob/a29838bbeabacb448c6a2afa4cbec0f4086cd11f/src/config.rs#L495
Would be great to provide an opportunity to skip this step using env var and start reading from project_config_path.
https://github.com/getsentry/sentry-cli/blob/a29838bbeabacb448c6a2afa4cbec0f4086cd11f/src/config.rs#L503
Thanks!
Hey, that sounds like a really nice first issue if someone would like to contribute :)
Hey, that sounds like a really nice first issue if someone would like to contribute :)
Opened :) https://github.com/getsentry/sentry-cli/pull/1609