cli
cli copied to clipboard
Kirby Command Line Interface
I have a plugin that defines a tab with fields in its own blueprint. The tab is added to my page blueprint. When I run the `kirby clean:content` command, it...
Hello all, first of all thanks for the CLI and specifically the `clean:content` command. I use it regularly durcing development. I noticed, that it does not clean inside object fields...
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...