c12 icon indicating copy to clipboard operation
c12 copied to clipboard

Support for dotenvx for encrypted .env files

Open dec0dOS opened this issue 11 months ago • 0 comments
trafficstars

Describe the feature

Currently, c12 supports loading environment variables from .env files but does not natively support .env files that are encrypted using tools like dotenvx.

Alternatives considered:

  • Manually decrypting .env files using dotenvx before passing them to c12, but this adds extra steps and potential points of failure.
  • Writing a custom wrapper around c12 to integrate dotenvx, but this duplicates effort and decreases usability.

Additional Context: dotenvx is gaining popularity for secure .env file encryption and decryption.

Thank you for considering this feature request!

Additional information

  • [ ] Would you be willing to help implement this feature?

dec0dOS avatar Dec 08 '24 20:12 dec0dOS