Skip to content

Commit

Permalink
Merge pull request #97 from viktorbenei/master
Browse files Browse the repository at this point in the history
changelog v1.0.0
  • Loading branch information
viktorbenei committed Oct 31, 2015
2 parents bbbaea6 + a5fd047 commit 88d919d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _changelogs/1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Changes

* Removed unnecessary log : `[ENVMAN] - Failed to execute command: XYZ`
* Run command exist code fix: if executing the command failed, but command exit code was 0, `envman run` exit code was 0, instead of valid exit code. It'll now return `1` as the exit code in this case.
* `envman` configs file handling. Path it: `$HOME/.envman/configs.json`. Configs contains the maximum allowed environment value size in KB (20 KB default) and the maximum allowed environment list size in KB (100 KB default).


## Install

To install this version, run the following commands (in a bash shell):

```
curl -fL https://github.com/bitrise-io/envman/releases/download/1.0.0/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman
```

Then:

```
chmod +x /usr/local/bin/envman
```

0 comments on commit 88d919d

Please sign in to comment.