Envman Versions Save

Environment variable manager

2.4.3

1 month ago

Changelog

  • 54d928c Update Go version and deps (#218)
  • 2ea0a0d golint -> golangci-lint, fix CI (#219)

Install or upgrade

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

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

ℹ️ M1 machine: Please note by default /usr/local/bin does not exist on M1 machines and isn't encouraged by the community over /opt/bin. Use a custom folder path or use your own bin folder path. i.e /opt/bin

Then:

chmod +x /usr/local/bin/envman

That's all, you're ready to call envman!

2.4.2

9 months ago

Changelog

  • 1300c57 Use automatic version numbers in release builds (#216)

Install or upgrade

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

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

ℹ️ M1 machine: Please note by default /usr/local/bin does not exist on M1 machines and isn't encouraged by the community over /opt/bin. Use a custom folder path or use your own bin folder path. i.e /opt/bin

Then:

chmod +x /usr/local/bin/envman

That's all, you're ready to call envman!

2.4.1

9 months ago

Changelog

  • 11e5bde Add --sensitive info (#211)
  • 6b164ed Update dependencies (#215)

Install or upgrade

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

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

ℹ️ M1 machine: Please note by default /usr/local/bin does not exist on M1 machines and isn't encouraged by the community over /opt/bin. Use a custom folder path or use your own bin folder path. i.e /opt/bin

Then:

chmod +x /usr/local/bin/envman

That's all, you're ready to call envman!

2.4.0

1 year ago

Changelog

  • d11e00a Add a public method to read the value of an EnvironmentItemModel with original type (#205)
  • d3189a8 Add renovate.json (#201)
  • a03ce30 Exported functions (#212)
  • 95e52d6 Migrate to Go modules (#199)
  • 166d591 Moved utils to cli package (#207)
  • 03283f9 Remove duplicated env key validation. (#202)
  • 21f9809 Update documentation on how envman stores data (#210)
  • b432b6d Update version (#213)
  • dd41961 Use Goreleaser to publish releases (#209)

Install or upgrade

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

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

ℹ️ M1 machine: Please note by default /usr/local/bin does not exist on M1 machines and isn't encouraged by the community over /opt/bin. Use a custom folder path or use your own bin folder path. i.e /opt/bin

Then:

chmod +x /usr/local/bin/envman

That's all, you're ready to call envman!

2.3.3

2 years ago

Release Notes

  • [86d58d2] Version bump to 2.3.3 (#198)
  • [c6fccf9] [PLANG-138] Add possibility to mark envs as sensitive and retrieve only sensitives (#195)

Install or upgrade

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

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

Then:

chmod +x /usr/local/bin/envman

M1 machine: Please note by default /usr/local/bin does not exist for M1 machines. Use a custom folder or save it to your own bin folder. i.e /opt/

That's all, you're ready to call envman!

2.3.2

2 years ago

Release Notes

  • [df85af5] [NOJIRA][2.3.2] updated env size limit to 256kb (#196)

Install or upgrade

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

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

Then:

chmod +x /usr/local/bin/envman

That's all, you're ready to call envman!

2.3.1

3 years ago

Release Notes

  • [b2b4fe8] version bump (#194)

Install or upgrade

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

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

Then:

chmod +x /usr/local/bin/envman

That's all, you're ready to call envman!

2.3.0

4 years ago

Release Notes

  • [919e33f] Minor version bump (#188)
  • [335e05a] Tool 2017 expansion improvement (#187)

Install or upgrade

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

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

Then:

chmod +x /usr/local/bin/envman

That's all, you're ready to call envman!

2.2.11

4 years ago

Release Notes

  • [24a8f72] Prepare for release (#180)

Install or upgrade

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

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

Then:

chmod +x /usr/local/bin/envman

That's all, you're ready to call envman!

2.2.10

4 years ago

Release Notes

Regular monthly dependency updates.

  • [62a9103] Prepare release 2.2.10 (#179)

Install or upgrade

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

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

Then:

chmod +x /usr/local/bin/envman

That's all, you're ready to call envman!