npm.io
1.0.3 • Published 6d agoCLI

qikenv-cli

Licence
ISC
Version
1.0.3
Deps
7
Size
41 kB
Vulns
0
Weekly
397

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-cli

Getting Started

1. Authenticate

Authenticate your CLI with your Envctl platform account:

qikenv login

This will securely open your browser and fetch your access token.

Navigate to your project directory and link it to an Environment on Envctl:

cd my-project
qikenv link

Follow 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 pull
4. Push Local Changes

Did you add a new variable locally? Push it back to the platform so your team gets it instantly:

qikenv push

Security

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.

Keywords