cli icon indicating copy to clipboard operation
cli copied to clipboard

Kirby Command Line Interface

Results 13 cli issues
Sort by recently updated
recently updated
newest added

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...