af-inet / credstash-set

Load credentials into your credstash tables from an env file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

credstash-set

Load credentials into your credstash tables from an env file.

npm install -g credstash-set

Usage

cs-set :credstash-tablename :path-to-env-file

Example:

.env:

environment=production
foo=bar

Upload with:

cs-set secrets ./env

About

Load credentials into your credstash tables from an env file.


Languages

Language:JavaScript 100.0%