During learning and comparing external chaincode
bin/peer lifecycle chaincode package --label=diagnose --lang=external --path=...chaincode/golang/diagnose ccPackage.tar.gz
I see the failure
Error: failed to normalize chaincode path: unknown chaincodeType: EXTERNAL
Is there any chance we can add external chaincode as allowed chaincodeType for this command?