Skip to main content

runs commands with env stored in dotfile

Project description

denv
####

usage:

.. code-block:: bash
denv COMMAND [ARGS]


Expects a `.env` file in current directory of format:

.. code-block:: bash
KEY=VALUE
KEY=host=foo user=bar


Example
-------

.. code-block:: bash

$ 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.0.5.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