Skip to content

Releases: timeoutdigital/envars2

1.0.4 make loc optional in get_env

12 Nov 15:48
d30e22f

Choose a tag to compare

feat: make loc optional in get_env (#15)

missed in #14

1.0.3 make location optional

12 Nov 11:20
0ad335a

Choose a tag to compare

make location optional (#14)

This PR adds support for configurations without locations, allowing the
envars tool to work in scenarios where location-based scoping is not
needed.

- Made the --loc parameter optional in the init command
- Updated location validation logic to handle cases where no locations
are configured
- Added conditional rendering of the locations field in YAML output

in AWS we have prod, staging in Master and Sandbox
but in GCP data-platform we only have prod, staging

fix output formatting

20 Aug 08:21
3d27007

Choose a tag to compare

fix formatting issues with output (#11)

- rich print was causing line wrapping breaking some formats
- multi line secrets like ssh key weren't being print correctly for yaml
or dotenv

pre-commit validate hook

23 Jul 09:00
ac5c21c

Choose a tag to compare

add .pre-commit-hooks.yaml (#8)

enables adding `envars validate` to other apps pre-commit

Initial version of ground up rewrite

22 Jul 11:58
f8fe226

Choose a tag to compare

1.0.0

Update RUNNING_WITH_DOCKER.md