VIP-CLI v4.0.5
09:14:59 GMT+0000
View Pull Request: https://github.com/Automattic/vip-cli/releases/tag/4.0.5
Fixed
- Fixed a CI type-check failure (
TS2307) by adding local typings for the optional@postman/node-keytarmodule used by secure keychain code paths. - Prefer HTTPS for dev environment login URL.
- Fixed a regression where
vip dev-env updatecould skip wizard prompts in interactive sessions. - Restored expected interactive behavior while preserving non-interactive behavior for non-TTY execution.
- Dev-env: Fixed false positive SQL import validation errors for exported dumps containing Unicode line-separator bytes inside string data.
- Secure keychain will be used if available.
- No customer-facing changes; test coverage only.
- Dev-env: Fixed SQL imports of MyDumper-format backups failing with
ERROR 1050: Table already existswhen the local database contains existing tables
Changed
- Show both HTTP and HTTPS versions of the login URL.
- Documented CLI parser migration guardrails for short-option equals syntax and parser-backed option defaults.
- Custom Deployments: Add a pre-deploy check for
vip app deploythat warns when the deployment archive contains nested archive files over 50 MB
Related
- Refs PLTFRM-22 / PLTFRM-1032 (prior MyDumper import escalations)
- Companion PRs: #2872 (search-replace size fix), #2873 (ENGINE validation), #2874 (DB tuning)
- 🤖 Generated with Claude Code
Added
- Added
vip app deploy-token generateto generate deploy tokens for a selected application environment. - Added a release smoke test script for high-risk VIP-CLI parser and dispatch checks.