VIP-CLI: v3.22.0
18:00:06 GMT+0000
View Pull Request: https://github.com/Automattic/vip-cli/releases/tag/3.22.0
Added
- Added
isLocalArchivehelper to validate local archive files (.tar.gz, .tgz, .zip). vip import medianow accepts a local archive path; local files are uploaded and then imported via presigned URL.- Added unit tests for
isLocalArchive. - Added a help/example entry for local-archive usage.
- Parsing of multiline values for the
vip wpcommand - Experimental support for PHP 8.5 to Dev Environments.
Changed
- Updated
vip import mediabehavior to validate both URL and local archive inputs and present clearer error messages for each failure mode.