"If I had six hours to chop down a tree, I'd spend the first four hours sharpening the axe."
We've been hard at work during the summer sharpening our development tools and are happy to announce the v1.4 release of our Joomla Console. It comes packed with a lot of new features and improvements to help you build Joomla applications easier than ever:
New commands
site:deploy
- Deploy sites using git-ftp
cache:list
,cache:purge
,cache:clear
- Handle cache manipulation in Joomla sites
site:checkin
- Check-in locked rows
extension:uninstall
- Uninstall command to remove extensions
finder:index
,finder:purge
- Build or purge Smart Search indexes
extension:enable
,extension:disable
- Enable or disable extensions
Decoupled site creation steps
We split the existing site:create and site:delete commands up into smaller parts. This makes it easy to build your own workflow from scratch. Or rebuild only the database after a failed experiment. Or skip the creation of the configuration file because you already created your own. Together with our plugin system, everything is possible!
Better documentation
To make the best of these new commands, we also need clear and concise documentation. Our documentation now lists every command with their available arguments and options.
So jump right in and improve your productivity! With all that extra spare time on your hands, how about sending us a Tweet or a ping on Facebook? We love to hear your ideas and suggestions for the next release!
Want to contribute? Don’t hesitate to fork our GitHub repository and send in a pull request.
Happy Joomla building!