apibara / dna

Apibara is the fastest platform to build production-grade indexers that connect onchain data to web2 services.
https://www.apibara.com/
Apache License 2.0
178 stars 32 forks source link

Rename `--env-from-file` to `--allow-env` #197

Closed fracek closed 1 year ago

fracek commented 1 year ago

Summary

This change is to reduce the confusion when accessing environment variables from Deno. Since Deno will show an error message mentioning --allow-env, it was confusing to explain that the flag is actually --env-from-file in Apibara. So, we rename the flag to match Deno's error message.