cli: an equals sign in a context value is dropped #5738
Labels
bug
This issue is a bug.
in-progress
This issue is being actively worked on.
p1
package/tools
Related to AWS CDK Tools or CLI
If the value for a context contains an equals sign, the cli drops the equals sign.
cdk synth -c foo=bar=
Produces a value of "bar" for the context named "foo" instead of the expected value "bar=".
Reproduction Steps
-c foo=bar=
:cdk synth -c foo=bar=
Expected Output
Actual Output
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: