dotenv as recipe attribute
Open
- Dominant language
- Rust
- Stars
- 35.8k
- Forks
- 846
- Avg merge
- 27m
- Merged PRs (30d)
- 3
Description
First and foremost, thanks for this great tool.
It would be nice to have dotenv as recipe attributes for projects with multiple environments. Having to call with `--dotenv-filename` (and remember the correct dotenv) is cumbersome.
```
[dotenv-path: ".staging.env"]
run:
cargo run .
```
Seems related to #3069.
Contributor guide
Assessment
This issue has not been assessed yet.