Hyperledger Composer Runtime Start CLI

Hyperledger Composer Runtime Install


The composer runtime install command is used to install the Hyperledger Composer runtime on the Hyperledger Fabric peers of the blockchain network you are connecting to. This command must be run before the composer network start command.

Please Note: The --businessNetworkName, -n option must contain the same name as the business network name you intend to run on the Hyperledger Fabric peers. Only business networks with names matching the --businessNetworkName, -n option given in this command will successfully run.

composer runtime install -n <businessNetworkName> -c <peer-admin-card>

Options

composer runtime install [options]

Options:
  --help                     Show help  [boolean]
  -v, --version              Show version number  [boolean]
  --option, -o               Options that are specific specific to connection. Multiple options are specified by repeating this option  [string]
  --optionsFile, -O          A file containing options that are specific to connection  [string]
  --card, -c                 The cardname to use to install the network  [string] [required]
  --businessNetworkName, -n  The business network name  [string] [required]