application:update

This is where you can update the application.

sentinel --task=application:update --oper=<check|update>
Option Value Description
--oper <check|update> The operation you want to perform. Operations: check, update

Examples

// check for updates
sentinel --task=application:update --oper=check

// update the application
sentinel --task=application:update --oper=update