tool · inferred from evidence
netlify-cli
A command-line interface tool for Netlify, mentioned in the context of installation and permission issues.
- netlify-cli deploys hang at "waiting for deploy to go live" on versions newer than 2.21
Versions after 2.21 had a bug that left deploys hanging at the waiting for deploy to go live step. The immediate workaround was to roll back to netlify-cli 2.21.0, which several users confirmed fixed their deploys. The real fix went out via
- Netlify Functions not receiving a body in local dev (works when deployed)
The request body was being dropped by netlify dev before it reached the function, but only locally. The fix shipped in netlify-cli v12.2.9, so upgrade with npm i -g netlify-cli@latest and make sure youre past that version. The maintainer co
- 'socket hang up' error thrown randomly by Netlify CLI
The random socket hang ups were a CLI bug that the team fixed via PR #733, released in netlify-cli 2.37.0. The fix is just to upgrade: npm i -g netlify-cli@latest and confirm youre past 2.37.0. A maintainer published the version and a user