There are too little info about CLI. How exactly it should be used in correct way? Because of from the https://phalcon-php-framework-documentation.readthedocs.org/en/latest/reference/cli.html?highlight=console I saw no difference between CLI and usual app. I mean, what kind of usage Phalcon's CLI is intended for? Pass cli-bootstrap as executed script in console? Make cli-bootstrab as shell script? Does it even should be a bootstrap?
I'm interested in an answer because I want to make some crobjob doing some framework-based operations (using Models, ORM and etc.) automatically.