Skip to content
New issue

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

Setting more than one environment variable with --set-env fails with TypeError #241

Open
CherryDT opened this issue Oct 31, 2022 · 0 comments

Comments

@CherryDT
Copy link

  • Expected behaviour: --set-env sets environment variables, also when used multiple times.

  • What actually happens: Cannot read variables from set-env, TypeError: string.trim is not a function

  • Steps to reproduce the problem:

$ claudia create --region=us-east-1 --api-module api --set-env A=1 --set-env B=2
Cannot read variables from set-env, TypeError: string.trim is not a function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant