Would it be possible to create a callable file in the current kirby project and install the cli locally within the project, like this works in laravel with:
e.g.:
I would love to use this for example to clear the cache on the sever via my local environement without the need to install the cli and link the executable again on every new server.