Tools, FAQ, Tutorials:
"composer network" Commands
What can I do with "composer network" command?
✍: FYIcenter.com
"composer network" commands are part of the Composer CLI command set.
It allows you to manage business networks running in the
Hyperledger Composer developer environment.
Here is the syntax of the "composer network" commands:
$ composer network help
Composer network command
Commands:
composer network download [options] Downloads a business network from the
Hyperledger Fabric, does not undeploy
composer network install [options] Installs a business network archive to
Hyperledger Fabric
composer network list [options] List the contents of a business network
composer network loglevel [options] Change the logging level of a business network
composer network ping [options] Test a connection to a business network
composer network reset [options] Resets a business network
composer network start [options] Starts a specific version of a business
network that is already installed to
Hyperledger Fabric
composer network upgrade [options] Upgrades to a specific version of
a business network that is already installed
to Hyperledger Fabric
Options:
--help Show help [boolean]
-v, --version Show version number [boolean]
Â
⇒ Revise Business Network Source Code
⇠"composer network start" Errors
2020-12-26, ∼1713🔥, 0💬
Popular Posts:
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How to detect errors occurred in the json_decode() call? You can use the following two functions to ...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...