- run
FLAVOR=courier ENV=dev eas init
-
copy projectId value to EXPO_COURIER_ID on .dev.env
-
create secrets
cat .dev.env | grep "=" | awk -F "=" '{print "--name="$1" --value="$2}' | FLAVOR=courier ENV=dev xargs -n2 eas secret:create --force --type string