Right now it has, but I havenāt forgotten about it. Itās just life sets different priorities from time to time.
agh, too bad! the CLI syntax/functionality to add new blueprints, templates etc. as you showed in the screenshot above would be worth bills!
Itās kinda possible that I began working on this again, https://github.com/cilice/kirby-cli here.
I had to begin from new, as I lost all data, but Iām slowly building it up⦠The old list was more of a show what Iād like to implement. But the REPL inside is already effing cool.
It was sad to see, that @cilice had to abandon this project, though very understandable. But Iām super happy to announce that I talked to him and we agreed that I will use his version as inspiration and start from scratch with an official Kirby CLI release.
The very first version is now available on Github and Packagist:
https://packagist.org/packages/getkirby/cli
You can install it like this:
composer global require "getkirby/cli=~1.0"
and by addingā¦
~/.composer/vendor/bin directory
ā¦to your PATH.
There are a lot of commands already available as you can see in the readme: https://github.com/getkirby/cli
As soon as we worked some more on a better plugin structure there will also be a full set of commands to install and administrate all kinds of plugins.
I really hope you like it and would like to thank @cilice for his initial work!