Skip to content

decryptus/json-dotenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-dotenv project

Installation

pip install json-dotenv

Examples:

json-dotenv -c list -f foo.env

json-dotenv -c keys -f foo.env

cat foo.env | json-dotenv -c set -f - --key foo --value bar --key toto --value titi

json-dotenv -c get -f foo.env --key foo --key toto

json-dotenv -c unset -f foo.env --key foo --key toto

About

Manipulate and extract envfiles in json format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published