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
# Usage
enkryptify run -- npm run <command>
# Example
enkryptify run -- npm run start
# Usage
enkryptify run -- yarn run <command>
# Example
enkryptify run -- yarn run start
# Usage
enkryptify run -- pnpm run <command>
# Example
enkryptify run -- pnpm run start
# Usage
enkryptify run -- bun run <command>
# Example
enkryptify run -- bun run start
# Usage
enkryptify run -- deno run <script>
# Example (using a deno task)
enkryptify run -- deno task start
CI/CD environments
We offer a wide range of integrations for CI/CD environments. Please refer to the integrations page for more information.