🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

switchenv

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

switchenv

command line interface for quickly switching .env file from Keepass entries (content from the Notes field)

Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

switchenv

Command line tool to quickly switch .env file from Keepass entries (content from the Notes field)

Install

yarn add -D switchenv

or

npm install -D switchenv

Usage

In your app's package.json file add a switchenv command in the scripts section.

{
  "name": "your-app",
  "bin": {
    "switchenv": "./index.js -d envs -f env.kdbx -k keyfile -e $1"
  },
   "dependencies": {
    ...
  },

  "devDependencies": {
    ...
  }
}

FAQs

Package last updated on 08 Dec 2018

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