1

Install CLI

For installation instructions, refer to the Install page.

2

Create a project token

Create and copy your project token from the Enkryptify dashboard.

Choose a name, scope (optional), and expiration date. Click Create to generate the token. If you do not select a scope, the token will have access to all environments in the project.

3

Configure CLI

enkryptify configure

If you have created a token with a limited scope, you cannot select an environment.

Known issue: When pasting the token into the interactive prompt, it may be cut off but the token is still valid.

4

Run with secrets

enkryptify run -- npm run start

For other options, like exporting to a .env file or running multiple commands, refer to the Commands page.