Open
Description
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:
Line 495 in a29838b
Would be great to provide an opportunity to skip this step using env var and start reading from project_config_path
.
Line 503 in a29838b
Thanks!