Skip to content

Commit 2b478fb

Browse files
committed
feat: bump chaincode lifecycle version + add extra listing tasks
1 parent d9ac936 commit 2b478fb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.vscode/tasks.json

+18
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,24 @@
4141
"command": "./lib/btp-chaincode-lifecycle/chaincode.sh peers",
4242
"problemMatcher": []
4343
},
44+
{
45+
"label": "list orderers",
46+
"type": "shell",
47+
"command": "./lib/btp-chaincode-lifecycle/chaincode.sh orderers",
48+
"problemMatcher": []
49+
},
50+
{
51+
"label": "list nodes",
52+
"type": "shell",
53+
"command": "./lib/btp-chaincode-lifecycle/chaincode.sh nodes",
54+
"problemMatcher": []
55+
},
56+
{
57+
"label": "list channels",
58+
"type": "shell",
59+
"command": "./lib/btp-chaincode-lifecycle/chaincode.sh channels",
60+
"problemMatcher": []
61+
},
4462
{
4563
"label": "help",
4664
"type": "shell",

0 commit comments

Comments
 (0)