env variables for local command in abra.sh #351
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If I execute an abra.sh function locally using
abra app command --local <domain> <my_command>I am not able to directly access the environment variables set viaabra app config.Using this workaround I can access the environment variables indirectly:
It would be helpful if the environment variables are passed to the execution of local commands.
I think in this line
07d49d8566/cli/app/cmd.go (L80)the environment variables could be passed.Related: coop-cloud/organising#301
Hey @moritz, yes, nice! If you wanna take a shot at a PR, I'd glady review it.
Will try to get this sometime Soon ™️
Nice that you have the work-around 💯