add envvar support #6
Loading…
Add table
Add a link
Reference in a new issue
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?
optionally read params from environment variables or _FILE environment variables for better docker support
can maybe done programmatically via iterating through param and checking missing parameters for (pseudo code) $env:$param.uppercase() and $env:$param.uppercase()+'_FILE'