Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

env-mgr

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-mgr

Env MGR

latest
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

Env MGR

Manage Project Environment variables

Register

https://upbeat-spence-5e3e3c.netlify.app/signup

Login

https://upbeat-spence-5e3e3c.netlify.app

Insall CLI with:

npm install env-mgr

Set authorization for the CLI

env-mgr --auth

Create a new project

env-mgr new projects [project_name]

List all projects

env-mgr ls projects

Delete project

env-mgr del projects [project_id]

Create a new env for a project

env-mgr new keys [key_name] [key_value] [project_id]

List all project keys

env-mgr ls keys [project_id]

Delete project key

env-mgr del keys [key_id]

Export a project env to local file

env-mgr load [project_id] [filepath = './.env']

Credits

FAQs

Package last updated on 13 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts