代码之家  ›  专栏  ›  技术社区  ›  BlockchainProgrammer

编写器网络部署,未找到命令

  •  0
  • BlockchainProgrammer  · 技术社区  · 6 年前

    我正在做这个教程: 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 ?

    0 回复  |  直到 6 年前
        1
  •  1
  •   Bibek Koirala    6 年前

    是,该命令已更改为composer network install。你可以跟着 documentation 命令的编写器。