Back to Home

Development Variables

Standardize development configs across your team. Pull encrypted variables via our CLI for any app and environment — ideal for IDEs, local shells, and CI pipelines. Framework‑agnostic and secured with E2E encryption and RBAC.

Simple Integration

# Install the Smart Grow CLI
npm install -g @smart-dev-agency/smart-grow-secure-cli


# Download development variables for your project
smartgrow download_variables

# Your .env file is automatically updated with team variables
DATABASE_URL=postgresql://dev.smartgrow.com/myapp
API_KEY=dev_sk_1234567890abcdef
REDIS_URL=redis://dev-cache.smartgrow.com:6379

Built for Dev Environments & CI

CLI‑first & framework‑agnostic

One command to pull encrypted variables into your .env on any stack (Node, Python, Go, .NET, etc.). Works in IDEs, shells, and pipelines.

Per app & environment

Isolate variables by app and environment (dev, staging, prod). Keep configurations clean and auditable.

End‑to‑end encryption

Zero‑knowledge design: values are encrypted at rest and only decrypted locally when you fetch them via the CLI.

Role‑based access control

Grant least‑privilege access by app and environment so each teammate only pulls what they are authorized to use.

CI/CD‑ready

Use the CLI in your pipelines to fetch variables at build or deploy time. Consistent configs across all stages.

Team collaboration

Sign in and pull the right variables for the apps and environments assigned to you. New teammates get productive in minutes.

Developer‑first extras

Framework agnostic

Works with React, Vue, Angular, Node.js, Python, Go, .NET, and more. No SDK required — just the CLI.

CI/CD ready

Fetch variables during builds or deploys using the CLI with secure service credentials.

IDE & terminal friendly

Great for local dev: run a single command in VS Code, JetBrains, or your terminal and your .env is ready.

Eliminate environment setup friction

Get your entire team productive from day one