.env file. You can move it into Enkryptify with the CLI or from the dashboard.
Import with the CLI
This is the fastest path and the same workflow used for every other source.Install and sign in
Install the CLI and authenticate:
Import the file
From the directory that holds your With no argument
.env, run:ek import reads .env in the current directory. Pass a path to import a different file, for example ek import .env.production. It then lets you choose the target workspace, project and environment and uploads the secrets.Import from the dashboard
Good for a quick one-off file when you are not at a terminal.Select environments
Choose the environments that should receive these values. For a local
.env this is usually development.Run locally
After importing, link the project and run your app through the CLI:npm run dev with your normal start command.