Skip to main content

runs commands with env stored in dotfile

Project description

runs commands with env stored in dotfile

usage:

denv COMMAND [ARGS]

Expects a .env file in current directory of format:

KEY=VALUE KEY=host=foo user=bar

Example

$ cat .env CONNECTION_STRING=host=foo user=bar password=baz

$ denv env | grep CONNECTION_STRING host=foo user=bar password=baz

WHY?

so many dotenv repos exist out there but none of them (AFAIK) can read connection string formatted values like connection_string=host=foo user=bar password=baz.

So here is a very simple cli script to do just that! :-)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

denv-1.1.0.tar.gz (1.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page