A command-line tool for Omeka
omeka-cli allows to interact with an Omeka installation using a command-line interface.
Run this in your terminal to get the latest version of omeka-cli:
php -r 'copy("https://biblibre.github.io/omeka-cli/installer", "omeka-cli-installer.php");'
php omeka-cli-installer.php
php -r 'unlink("omeka-cli-installer.php");'
This will download the latest omeka-cli.phar
in the current directory.
You can make it globally available by running the following commands:
chmod +x omeka-cli.phar
sudo mv omeka-cli.phar /usr/local/bin/omeka-cli
View README.md on GitHub