From 38112fbdbfb6e003a0c22919dfda4bf0091150a0 Mon Sep 17 00:00:00 2001 From: ewy Date: Tue, 14 Apr 2026 18:09:19 +0200 Subject: add .env to readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe536b4..e06fe5c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ * y/n confirmation with yes as default * will be used if we have an uncertain target guess * `--yes` to automatically confirm y/n prompts +* autoload .env files + * both the project root and `.pik` folder will be searched + * values specified with `--env` will be tried as pre- and suffixes: `--env asdf` will load `.env-asdf` and `asdf.env` if they exist. + * env files are reread for every trigger, meaning you can have a pre-trigger fetch credentials and save it in .env ## planned features @@ -22,9 +26,6 @@ As this program has already gone through a number of iterations and forms, this time to catch up with all the features it used to have. This list is not exhaustive, but it is ordered by importance I attach to these features. -* support for .env files - * the .env files will be reindexed for every script, meaning a `.pre` trigger can prepare the `.env` file for the - real targets. * python runner and indexer * runner with support for uv and venvs * indexer with support for `pyproject.toml` script targets -- cgit v1.3