hzn-cli
Version:
Open Horizon CLI toolkit helps streamline the process of preparing node agents and perform tasks between orgs environments
30 lines • 645 B
JSON
{
"org": "$HZN_ORG_ID",
"label": "$SERVICE_NAME for $ARCH",
"description": "",
"public": false,
"documentation": "",
"url": "$SERVICE_NAME",
"version": "$SERVICE_VERSION",
"arch": "$ARCH",
"sharable": "multiple",
"requiredServices": [],
"userInput": [
{
"name": "",
"label": "",
"type": "",
"defaultValue": ""
}
],
"deployment": {
"services": {
"$SERVICE_NAME": {
"image": "${DOCKER_IMAGE_BASE}_$ARCH:$SERVICE_VERSION",
"privileged": false,
"network": "",
"secrets": {}
}
}
}
}