application:update

This is where you can update the application.

juggernaut --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
juggernaut --task=application:update --oper=check

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