From 5e2d67b7fd1988f5852b9d3ef3fb242d698207f4 Mon Sep 17 00:00:00 2001 From: Birkin James Diana Date: Fri, 20 Sep 2024 12:32:27 -0400 Subject: [PATCH] adds nice-feature entry. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00c00e9..3db270c 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Some nice features: - it can be hard to know which version of a binary is in use, running `$ ../bdr_dashboard_tools_binary --version` addresses this. - each module has it's own `--help`, ie: `bdr_dashboard_tools_binary count_collections --help` - `setup.py` normally has a setup() function that lists the packages to be installed into the binary. This setup.py loads the required packages right from the `local.txt` file, so no need to remember to add packages to the setup.py as new modules are added! _(todo: add code to setup.py to recognize if it's being run from a dev-server, and load `staging.txt` packages if so.)_ +- allows calling-code that uses dotenv envars -- to pass those envars to the binary. Also allows an envar to be set/changed, on the fly, without affecting the local environment (examples way below). ---