Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Tags: kiwicom/glenv

Tags

v0.9.6

Toggle v0.9.6's commit message
fix: cannot get env. variables because .git suffix in URL

v0.9.5

Toggle v0.9.5's commit message
fix: cannot parse git@myrepo.com/some/repository.git

v0.9.4

Toggle v0.9.4's commit message
fix: problem with parsing ssh://git@gitlab.com/...

v0.9.3

Toggle v0.9.3's commit message
chore: update of goreleaser

v0.9.2

Toggle v0.9.2's commit message
chore: cleanup goreleaser a bit

v0.9.1

Toggle v0.9.1's commit message
feat: -version parameter

v0.9

Toggle v0.9's commit message
feat: new '--ignore' feature

Time to time it's good to tell glenv to ignore some env. varibale. This
is in case, when you don't want to override your global env. variable by
variable from GitLab. It might be some token etc.

Example of .envrc
```
eval "$(glenv export -i SOME_VARIABLE)"
```

v0.8

Toggle v0.8's commit message
release v0.8

v0.7

Toggle v0.7's commit message
release v0.7

- fixed problem with stripped env.variables
- breaking change: in dirven's .envrc, instead of `glenv` it's needed
  execute `glenv export subcommand

v0.6

Toggle v0.6's commit message
fix: yet another fix of homebrew release