Options (2)
-o, --outputbooleanGenerate a Containerfile
Example:
bluebuild generate {{[-o|--output]}} {{Containerfile}} {{path/to/recipe.yml}}-h, --helpbooleanDisplay help
Example:
bluebuild {{[-h|--help]}}Examples (5)
Build a recipe
bluebuild build path/to/recipe.ymlValidate a recipe
bluebuild validate path/to/recipe.ymlGenerate a Containerfile
bluebuild generate [-o|--output] Containerfile path/to/recipe.ymlGenerate an ISO from a recipe
bluebuild generate-iso --output-dir path/to/output_directory --iso-name iso_name.iso recipe path/to/recipe.ymlDisplay help
bluebuild [-h|--help]made by @shridhargupta | data from tldr-pages