envman icon indicating copy to clipboard operation
envman copied to clipboard

Environment variable manager

Results 19 envman issues
Sort by recently updated
recently updated
newest added

In a single script step do the following ``` envman add --key SOME_KEY --value 'some value' echo $SOME_KEY ``` Note that the Env Var is not set Ideally Envman would...

I made a simple shell script thats download a release of envman If a version is passed with `-v` arg, this is downloaded, if not then latest version is downloaded...

Even seems to save it correctly, I'm having issues accessing later to the variable stored, some characters are missing when I retrieve it. Let's say I want to save `Rick'"$@Morty`...

Just after installing envman, I can't get help for the run command. ```text $ envman run --help FATA[10:48:57] [ENVMAN] - Failed to load EnvStore:No file found at path: [...]/.envstore.yml ```...

Looking through the documentation, it's not very clear if/how you should load a variable set. I see `.envset` mentioned in passing in the README, but it doesn't appear in the...

I am working on a new step that would let people execute arbitrary Groovy scripts (https://github.com/hiyainc/bitrise-step-groovy-script-runner). During testing in my own pipeline, though, I am unable to access environment variables...

Using an eval function (such as `eval $(go run . export)` ) it's now possible to export the saved environmental variables to the host shell.

https://github.com/bitrise-io/bitrise/releases/download/1.21.0/bitrise-Linux-x86_64 no longer exists, so `docker build -t envman .` now fails. ``` Step 7/20 : RUN curl -L https://github.com/bitrise-io/bitrise/releases/download/$BITRISE_CLI_VERSION/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise ---> Using cache ---> 55f054895e88 Step...

I have a build that is failing iOS provisioning due to envman: ``` project (ios/WellOne.xcworkspace) does not contain scheme: WellOneProductionRelease ``` It is failing because of the following shell script...