Following the documentation located here: https://docs.sentry.io/clients/react-native/codepush/. I cannot get sentry-cli to work without me specifying parameters explictly. They don't seem to be picked up from the sentry.properties file I specify with ENTRY_PROPERTIES=./ios/sentry.properties.
When I specify the parameters I get the following error:
sentry-cli react-native codepush --org myorg --project myproject myCodePushProjectName ./build
> Fetching latest code-push package info
error: No such file or directory (os error 2)
Following the documentation located here: https://docs.sentry.io/clients/react-native/codepush/. I cannot get sentry-cli to work without me specifying parameters explictly. They don't seem to be picked up from the sentry.properties file I specify with
ENTRY_PROPERTIES=./ios/sentry.properties.When I specify the parameters I get the following error: