Infisical / infisical-node

♾ Official Infisical SDK for Node
https://infisical.com
MIT License
68 stars 19 forks source link

Environment absolute reference #19

Open devilmark84 opened 9 months ago

devilmark84 commented 9 months ago

It would be so useful to have the ability to specify the path of an absolute env var without needing to specify the environment slug at the beginning (e.g. ${db.PASSWORD} instead of ${development.db.PASSWORD}). Clearly this behavior should occur under the same environment.

Let me know.