fabric-samples/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/template/list-channels.sh
zeoio 958749e76c distributed-deploy: add distributed deploy tools for prod env
Signed-off-by: zeoio <kinsleer@outlook.com>
2020-04-29 10:01:39 +08:00

9 lines
252 B
Bash

#!/bin/bash
CORE_PEER_ADDRESS="$1"
CORE_PEER_TLS_ROOTCERT_FILE="$2"
CORE_PEER_TLS_CERT_FILE="$3"
CORE_PEER_TLS_KEY_FILE="$4"
# docker exec cli scripts/script.sh $CHANNEL_NAME $CLI_DELAY $LANGUAGE $CLI_TIMEOUT $VERBOSE $NO_CHAINCODE
peer channel list