Update HT-CLI and Node-SDK
The following is the command to update HT-CLI and Node-SDK.
htcli update-ht-packages --package-manager <package manager name> --config-file-path <path-to-your-cli-config>// App's package.json
{
"scripts" : {
"update-ht-packages" : "htcli update-ht-packages --package-manager <package manager name> --config-file-path <path-to-your-cli-config>"
},
}Last updated