qikenv-cli
qikenv-cli
The centralized server-of-truth and CLI synchronization engine for your team's environment variables.
qikenv is the fastest way to sync, manage, and share your .env files across your entire team. No more copy-pasting secrets over Slack or chasing down the latest variable changes.
Installation
Install the CLI globally using your favorite package manager:
npm install -g qikenv-cli
# or
pnpm add -g qikenv-cli
# or
yarn global add qikenv-cliGetting Started
1. Authenticate
Authenticate your CLI with your Envctl platform account:
qikenv loginThis will securely open your browser and fetch your access token.
2. Link your Project
Navigate to your project directory and link it to an Environment on Envctl:
cd my-project
qikenv linkFollow the interactive prompt to select your Organization, Project, and Environment (e.g., development).
3. Pull your Variables
Instantly fetch your environment variables and inject them into your local .env file:
qikenv pull4. Push Local Changes
Did you add a new variable locally? Push it back to the platform so your team gets it instantly:
qikenv pushSecurity
qikenv operates using end-to-end encryption. Variables are encrypted before transmission and safely stored.
Platform
Manage your team, billing, and access controls via the Envctl Dashboard.