Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 918 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 918 Bytes

cnab-arm-driver

Tool for generating ARM template from a CNAB bundle.json, and for invoking the bundle in ACI using the cnab-azure-driver.

Usage

Generating the ARM template

Usage:
  cnabarmdriver generate [flags]

Flags:
  -b, --bundle string   name of bundle file to generate template for , default is bundle.json (default "bundle.json")
  -f, --file string     file name for generated template,default is azuredeploy.json (default "azuredeploy.json")
  -h, --help            help for cnabarmdriver
  -i, --indent          specifies if the json output should be indented
  -o, --overwrite       specifies if to overwrite the output file if it already exists, default is false
  -s, --simplify        specifies if the ARM template should be simplified, exposing less parameters and inferring default values

Invoking bundle in ACI using the cnab-azure-driver

Usage:
  cnabarmdriver