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
When I run npx cfn-dia html within my CDK app, it will fail because I didn't provide the required context variables for my app. But when I try to include them (npx cfn-dia html --context "..."), cfn-dia doesn't approve of my --context option:
error: unknown option '--context'
I've also tried these methods with no luck:
npx cfn-dia --context "..." html
npx cfn-dia html -- --context "..."
But the context variable is not picked up in any case.
What am I missing here? Thanks!
The text was updated successfully, but these errors were encountered:
When I run
npx cfn-dia html
within my CDK app, it will fail because I didn't provide the required context variables for my app. But when I try to include them (npx cfn-dia html --context "..."
),cfn-dia
doesn't approve of my--context
option:I've also tried these methods with no luck:
But the context variable is not picked up in any case.
What am I missing here? Thanks!
The text was updated successfully, but these errors were encountered: