forked from hyperledger-archives/composer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into merge-identities-to-master
- Loading branch information
Showing
12 changed files
with
112 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ of that participant has been created and placed into a participant registry. | |
* Command line | ||
|
||
```bash | ||
composer identity issue -p hlfv1 -n 'digitalproperty-network' -i admin -s adminpw -u maeid1 -a "resource:net.biz.digitalPropertyNetwork.Person#[email protected]" | ||
composer identity issue -p hlfv1 -n 'digitalproperty-network' -i admin -s adminpw -u maeid1 -a "net.biz.digitalPropertyNetwork.Person#[email protected]" | ||
``` | ||
|
||
The enrollment secret will be printed to the console. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ Example: `lennyid1` | |
`--participantId, -a` | ||
|
||
The fully qualified identifier of the participant that the identity should be issued to. | ||
Example: `resource:net.biz.digitalPropertyNetwork.Person#[email protected]` | ||
Example: `net.biz.digitalPropertyNetwork.Person#[email protected]` | ||
|
||
`--issuer, -x` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ excerpt: Composer Network Deploy CLI | |
The `composer network deploy` utility is used to deploy a business network archive from local disk to a {{site.data.conrefs.hlf_full}} v1.0 runtime. | ||
|
||
``` | ||
composer network deploy -a <business-network-archive> -i <enrollment-id> -s <enrollment-secret> | ||
composer network deploy -a <business-network-archive> -p <connection-profile-name> -i <enrollment-id> -s <enrollment-secret> | ||
``` | ||
|
||
### Options | ||
|
@@ -32,8 +32,9 @@ composer network deploy -a <business-network-archive> -i <enrollment-id> -s <enr | |
## Example Output | ||
|
||
``` | ||
composer network deploy -a digitalPropertyNetwork.zip -i WebAppAdmin -s DJY27pEnl16d | ||
Deploying business network from archive digitalPropertyNetwork.zip | ||
composer network deploy -a digitalPropertyNetwork.bna -p hlfv1 -i PeerAdmin -s randomString | ||
Deploying business network from archive digitalPropertyNetwork.bna | ||
Business network definition: | ||
Identifier: [email protected] | ||
Description: Digital Property Network | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters