application:update

This is where you can update the application.

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

Examples

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

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