diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-14 18:09:19 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-14 18:09:27 +0200 |
| commit | 38112fbdbfb6e003a0c22919dfda4bf0091150a0 (patch) | |
| tree | dab44fc25d52d09e90b03e5d44794a5e7ae3fea7 /README.md | |
| parent | 6b8c39143f8375680e260e5f8f204e4cf9031599 (diff) | |
add .env to readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
