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>]
  -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.

create-pb-zip source code