Checks if this request is comming from the command line
if(kirby()->request()->cli()) { echo 'This request is comming from the command line' }