assembly_generate_config


Usage: assembly_generate_config <command> [<args>]

Arguments to construct an assembly config.


OPTIONS:


  --help            display usage information


SUBCOMMANDS:


  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.


OPTIONS:


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


product


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

Arguments to generate a product config.


OPTIONS:


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