You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: