1.0.5 • Published 4 years ago

eko-env v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

env-to-config

License: MIT install size

"eko-env" is a command line application that will help on managing environment variable via Consul.

Install

# with npm (global)
npm install eko-env -g

Execution without installation

# with npx
npx eko-env [command] [options]

Usage

# see all commands
eko-env

#see import command options
eko-env help imp

#see export command options
eko-env help exp

#see list command options
eko-env help ls

Features

  • import key/value from file (JSON, YML) with option partial import
  • get list of key/value in multiple format (JSON, YML, Key/Value)
  • able to merge key/value between base and target folder
  • able to export key/value to file (JSON, YML, Environment)