-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Context variable is not found #1911
Comments
Same for me! |
Confirmed here too, passing context from the CLI is also broken. |
rix0rrr
added a commit
that referenced
this issue
Mar 4, 2019
Fix issue where context passed in via command-line was ignored. Migration behavior has been changed: context that looks like it has been generated by context providers (keys containing ":") will upon loading be migrated to `cdk.context.json`; other context in `cdk.json` will be left as-is and treated as readonly. Fixes #1911.
4 tasks
rix0rrr
added a commit
that referenced
this issue
Mar 4, 2019
Fix issue where context passed in via command-line was ignored. Migration behavior has been changed: context that looks like it has been generated by context providers (keys containing ":") will upon loading be migrated to `cdk.context.json`; other context in `cdk.json` will be left as-is and treated as readonly. Fixes #1911.
sam-goodwin
pushed a commit
that referenced
this issue
Mar 4, 2019
Fix issue where context passed in via command-line was ignored. Migration behavior has been changed: context that looks like it has been generated by context providers (keys containing ":") will upon loading be migrated to `cdk.context.json`; other context in `cdk.json` will be left as-is and treated as readonly. Fixes #1911.
sam-goodwin
pushed a commit
that referenced
this issue
Mar 4, 2019
Fix issue where context passed in via command-line was ignored. Migration behavior has been changed: context that looks like it has been generated by context providers (keys containing ":") will upon loading be migrated to `cdk.context.json`; other context in `cdk.json` will be left as-is and treated as readonly. Fixes #1911.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am requiring a context variable like so:
Using aws-cdk 0.25.0, the
env
context variable is not found. Using 0.24.1, this was not an issue:The text was updated successfully, but these errors were encountered: