Local environments

To use Enkryptify locally, you will first need to install the Enkryptify CLI and connect it to your project.

# Usage
enkryptify run -- npm run <command>

# Example
enkryptify run -- npm run start

Public environment variables need to be prefixed with NEXT_PUBLIC_ in order to be available in the browser.

CI/CD environments

We offer a wide range of integrations for CI/CD environments. Please refer to the integrations page for more information.