Composer-CLI is the most important tool for Composer deployment; it contains all the essential command-line operations. Other very useful tools include Composer REST server, generator Hyperledger Composer, Yeoman, and Playground. Composer CLI provides many useful tools for developers; we will be using it in this recipe.
Composer CLI can be used to perform multiple administrative, operational, and development tasks. Here is a summary of the CLI commands:
Command |
Description |
Examples |
composer archive <subcommand> |
Composer archive command. |
Composer archive list. |
composer card <subcommand> |
Command for managing business network cards. |
Composer card list. |
composer generator <subcommand> |
Composer generator command to convert a business network definition into code. |
Composer generator docs. |
composer... |