credstash-set
v1.0.1
Published
Load credentials into your credstash tables from an env file.
Downloads
3
Readme
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