Skip to content

Commit

Permalink
[FAB-8763] Clarify CLI cc package doc for node cc
Browse files Browse the repository at this point in the history
Similar to FAB-8731, this CR clarifies the usage of the path flag when
packaging a Node.js chaincode using the peer CLI.

Change-Id: I8139a15323b254998413967f2e0767a49332003a
Signed-off-by: Will Lahti <wtlahti@us.ibm.com>
  • Loading branch information
wlahti authored and denyeart committed Mar 9, 2018
1 parent 08d817c commit 4bf4f24
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/source/commands/peerchaincode.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ The `peer chaincode install` command has the following command-specific flags:

* `-p, --path <string>`

Path to the chaincode that is being installed. For Golang (-l golang) chaincodes, this
is the path relative to the GOPATH. For Node.js (-l node) chaincodes, this is either the
absolute path or the relative path from where the install command is being
performed
Path to the chaincode that is being installed. For Golang (-l golang)
chaincodes, this is the path relative to the GOPATH. For Node.js (-l node)
chaincodes, this is either the absolute path or the relative path from where
the install command is being performed

* `-v, --version <string>`

Expand Down Expand Up @@ -476,7 +476,10 @@ The `peer chaincode package` command has the following command-specific flags:

* `-p, --path <string>`

Path, relative to the GOPATH, to the chaincode that is being installed
Path to the chaincode that is being packaged. For Golang (-l golang)
chaincodes, this is the path relative to the GOPATH. For Node.js (-l node)
chaincodes, this is either the absolute path or the relative path from where
the package command is being performed

* `-s, --cc-package`

Expand Down

0 comments on commit 4bf4f24

Please sign in to comment.