devrc icon indicating copy to clipboard operation
devrc copied to clipboard

Add env files support to task configuration attributes.

Open Lispython opened this issue 4 years ago • 0 comments

Add env_file optional option to task configuration options.

Sometimes it's useful to use environment files only for specified tasks.

Example:

task:
  env_file:
    - ./.env
    - /path/to/global/env

Lispython avatar Feb 08 '21 08:02 Lispython