assembly_generate_config


Usage: assembly_generate_config <command> [<args>]

Arguments to construct an assembly config.


选项


  --help            display usage information


子命令


  product           Arguments to generate a product config.
  hybrid-product    Arguments to generate a hybrid product config.


hybrid-product


Usage: assembly_generate_config hybrid-product --input <input> [--config-path <config-path>] [--replace-package <replace-package...>] --output <output>

Arguments to generate a hybrid product config.


选项


  --input           the input product config directory.
  --config-path     an optional path to the config file inside the directory.
  --replace-package a package to replace in the input.
  --output          the directory to write the product config to.
  --help            display usage information


产品


Usage: assembly_generate_config product --config <config> --output <output>

Arguments to generate a product config.


选项


  --config          the input product config with absolute paths.
  --output          the directory to write the product config to.
  --help            display usage information