Skip to content

0.1.9

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 12:02
· 90 commits to main since this release
b7b41e7
refactor: extract env file handling (#32)

### Description
Move env file handling to own module so that we can better test its
behaviour and have it contained.

### Note
We need the service name on the env file handling just so that we can
use that while building the `CliError`. It feels that maybe we can
return another type of error by the env handlers and leave the
translation into a `CliError` as a responsibility of the caller. But
maybe we can do that on another PR.