Replies: 2 comments
-
+1 to this -- this is particularly annoying now that 2.0 is out, and I get a warning about a (possibly-breaking) upgrade on every command I run. |
Beta Was this translation helpful? Give feedback.
0 replies
-
These update prompts can be skipped by setting the environment variable Example: CDK_DISABLE_VERSION_CHECK=1 cdk context CDK now keeps track of these update notices and other warnings in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A flag (e.g.
--no-check-update
) to disable CDK from checking for updates to the CDK library on NPM.Use Case
In order of least importance to most serious:
Proposed Solution
Add a flag that disables checking for version on NPM. I'm sure a single if statement somewhere that could implement this solution.
Other
If there is a simple way to patch my local installation to disable version checking by NPM, please let me know so I can apply it in the meantime.
Thanks!
This is a 🚀 Feature Request
Beta Was this translation helpful? Give feedback.
All reactions