@nex-x-spark/env-vault
@nex-x-spark/env-vault
This is the Command Line Interface (CLI) tool for Nex-X ENV Vault. It allows developers to securely log in, fetch environment variables, and run applications without storing sensitive secrets locally in .env files.
Installation
You can install this CLI globally via NPM:
npm install -g @nex-x-spark/env-vault
Usage
Login to the Vault Authenticate using your email and password:
nexenv login --email developer@nexx.local --password Password123!Check Session Status Verify who is currently logged in:
nexenv whoamiList Available Projects View all projects you have access to:
nexenv projectsPull Secrets (Optional) Manually download secrets to an
.envfile (not recommended for production):nexenv pull --project GymFlow --env developmentRun Applications Securely (Recommended) Inject secrets directly into a process without saving them to disk:
nexenv run --project GymFlow --env development -- npm run devLogout Clear your session credentials:
nexenv logout
About Us
Nex-X Spark is dedicated to building secure and developer-friendly tools.
- Website: nexxspark.com
- YouTube: Nex-X Spark Channel
- Instagram: @nex_x_spark
- WhatsApp Contact: +91 9363582044