Skip to content

Latest commit

 

History

History
 
 

composer-cli

Hyperledger Composer CLI

Set up the Composer command with

npm install composer-cli

Overview

Contains the Hyperledger composer CLIs for administering business networks.

Type composer --help to list the available commands.

Usage

composer network deploy [options]

Options:
  --help              Show help  [boolean]
  --archiveFile, -a   The business network archive file name  [string] [required]
  --enrollId, -i      The enrollment ID of the user  [string] [required]
  --enrollSecret, -s  The enrollment secret of the user  [string]

License

Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.