pip install json-dotenv
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