1.0.1 • Published 3 months ago

@swiftmr/env-storage-client v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

Installation

npm install git+ssh://git@git.airsmed.io:gigon/env-storage-client.git

yarn add git+ssh://git@git.airsmed.io:gigon/env-storage-client.git

scripts

init: create init config file to current working directory (env-storage.json)
get: get env file from env-storage, using config file
update: upload env file to env-storage, using config file

option

format --c=[config file path]

--c: for using custom config file, extension must be .json file

config (env-storage.json)

filename: env file stored location to env-storage, created automatically 
destination: location to be saved when get envfile from env-storage
development: development env file list
staging: staging env file list
production: production env file list

Usage

{
    "scripts": {
        "env-storage:init": "env-storage-client init"
    }
}
1.0.1

3 months ago

1.0.0

1 year ago