We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
env-cmd -x git clone \\$REPO_PULL_URL ./temp
Works fine on Mac, but returns "Wrong repo \$REPO_PULL_URL" - so probably another delimiter is needed.
Wrong repo \$REPO_PULL_URL
Dotenv + cross-var works fine with %REPO_PULL_URL%, but they have another limitations i need to workaround.
The text was updated successfully, but these errors were encountered:
env-cmd -f .env -x echo \\$ENV_NAME
env-cmd -f .env -x echo `$ENV_NAME
env-cmd -f .env -x echo $ENV_NAME
Too dependent on the OS platform and even on the terminal type
Sorry, something went wrong.
No branches or pull requests
env-cmd -x git clone \\$REPO_PULL_URL ./temp
Works fine on Mac, but returns "
Wrong repo \$REPO_PULL_URL
" - so probably another delimiter is needed.Dotenv + cross-var works fine with %REPO_PULL_URL%, but they have another limitations i need to workaround.
The text was updated successfully, but these errors were encountered: