cli icon indicating copy to clipboard operation
cli copied to clipboard

Make this available for server calling without the need to install the package globally

Open seehat opened this issue 7 months ago • 1 comments

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.

seehat avatar May 19 '25 15:05 seehat

Note to ourselves: For that we would need to package the CLI into a Phar archive.

lukasbestle avatar May 19 '25 19:05 lukasbestle