NOTE: This is under development and its just more of rapid work without doing too many test.
Follow this instruction to test this implementation:
-
Move
Jcli
folder intocli
folder in the root of joomla installtion -
Move
joomla
to the root of your joomla installation -
you can now run commands from the root of joomla installation like
php joomla config:get --sitename
php joomla config:get --<configname>
php joomla garbagecron
php joomla deletefiles
php joomla sessiongc
php joomla updatecron
php joomla extension:install --path=<path_to_package> OR --url=<url_to_package>
Thank y'all