fabric-docs-i18n
fabric-docs-i18n copied to clipboard
[ja_JP] Commands Reference / peer chaincode
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/commands/peerchaincode.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/commands/peerchaincode.md
diff --git a/docs/source/commands/peerchaincode.md b/docs/source/commands/peerchaincode.md
index c4a9942f8..3108b2883 100644
--- a/docs/source/commands/peerchaincode.md
+++ b/docs/source/commands/peerchaincode.md
@@ -1,3 +1,8 @@
+<!---
+ File generated by help_docs.sh. DO NOT EDIT.
+ Please make changes to preamble and postscript wrappers as appropriate.
+ --->
+
# peer chaincode
The `peer chaincode` command allows administrators to perform chaincode
@@ -79,6 +84,11 @@ flags are
Transient map of arguments in JSON encoding
+Flags of type stringArray are to be repeated rather than concatenating their
+values. For example, you will use `--peerAddresses localhost:9051
+--peerAddresses localhost:7051` rather than `--peerAddresses "localhost:9051
+localhost:7051"`.
+
## peer chaincode install
```
Install a chaincode on a peer. This installs a chaincode deployment spec package (if provided) or packages the specified chaincode before subsequently installing it.