Integrations
Practical snippets to integrate xenvsync into common engineering stacks.
Node.js / Next.js
In-memory inject for dev serverbash
Python
Inject into Python appbash
Docker Compose
Compose with injected envbash
Prefer in-memory injection for local workflows when possible to avoid writing plaintext .env files.
Kubernetes
Export to yaml and applybash
Terraform
Generate tfvarsbash
CI/CD
For production pipelines, use the provider-specific recipes in CI/CD Recipes.
Keep decryption keys in CI secret stores and load them only at runtime for jobs that need secrets.