fx create-pb-zip

Create pb.zip suitable for flashing based on product_bundles.json file.

The created zip file will default to ${pwd}/pb.zip
usage: fx create-pb-zip [-b <product_bundle>] [-o <output>] [-c <compression_level>] [-g <artifacts_group>]
  -o     Output location of built zip file
  -b     Name of product bundle to zip
  -c     Compression level for zip. 0 for no compression -- this can be much faster.
  -g     Artifacts group to zip. One of flash, emu, update, bootloader, all, default is flash.

create-pb-zip source code