mirror of
https://github.com/googleworkspace/cli.git
synced 2026-04-19 22:05:32 +10:00
* chore: remove cargo-dist, use native fetch for npm installer * fix: harden npm scripts — spawnSync, signal handling, binary-exists check * fix: address PR review comments - Add null body guard for fetch response - Fix PowerShell Expand-Archive path quoting vulnerability - Sanitize error output to prevent ANSI escape injection - Add proxy support limitation note - Fix upgrade bug: use .version marker so npm update downloads new binary - Downgrade changeset from minor to patch (chore, not feature) - Update AGENTS.md: remove stale cargo-dist reference from labels * fix: use flat archives for consistent tar/zip extraction Both tar.gz and zip archives now contain files at root (no nested directory). Removes --strip-components 1 from install.js since it is no longer needed. This makes extraction consistent across platforms. --------- Co-authored-by: jpoehnelt-bot <jpoehnelt-bot@users.noreply.github.com>