yrizos / joomla-cli
Simple CLI tool to manage Joomla installations.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:tool
Requires
- php: >=5.4.0
- symfony/console: 2.7.*@dev
This package is auto-updated.
Last update: 2022-12-23 20:09:10 UTC
README
Simple CLI tool to manage Joomla installations.
Archive
jcli archive
Zip all files in the project, excluding temporary directories (logs
, tmp
, cache
, administrator/cache
).
jcli archive --db
Same as above, but will also include a dump of the database.
Database
jcli db --export <path>
Will dump the database.
jcli db --import <path>
Will import the database. If the database exists, you'll be given the choice to dump it first.
Config
jcli config
Change local configuration variables (host
, db
, user
, password
, log_path
, tmp_path
);