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 running nx deploy myApp the cdk.context.json is being ignored. And I believe this is because it doesn't exist in the cwd that the command was run in (currently defaulting to NX repo root folder).
The text was updated successfully, but these errors were encountered:
I wonder if this is related to an issue I'm seeing in 1.6.1. I've started having to add the --require-approval never to deploy commands even though cdk.json seems to have a line to set this.
When running
nx deploy myApp
the cdk.context.json is being ignored. And I believe this is because it doesn't exist in thecwd
that the command was run in (currently defaulting to NX repo root folder).The text was updated successfully, but these errors were encountered: