cli
cli copied to clipboard
Make this available for server calling without the need to install the package globally
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:
php artisan list
e.g.:
php kirby cache:clear
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.
Note to ourselves: For that we would need to package the CLI into a Phar archive.