作曲者网络部署,找不到命令

时间:2019-02-22 08:05:19

标签: hyperledger-composer

我正在学习本教程:https://www.ibm.com/developerworks/cloud/library/cl-deploy-interact-extend-local-blockchain-network-with-hyperledger-composer/index.html

在这里我必须做composer network deploy,但这是我得到的:

composer network <subcommand>

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]

Incorrect command. Please see the list of commands above, or enter "composer network --help".

所以我的问题是,此命令是否更改为composer network install

1 个答案:

答案 0 :(得分:1)

是,命令已更改为composer network install。您可以按照作曲者的documentation进行操作。