Skip to content

v1.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jajm jajm released this 14 Sep 15:30
· 56 commits to master since this release

Added

  • Global options to adjust verbosity (--quiet, --verbose)
  • Command plugin-download learned --force to bypass omeka_minimum_version
  • Command plugin-download learned --exclude-github to avoid searching plugins in
    Github repositories

Changed

  • Command check-updates now prints old and new versions
  • Command help now prints the command description
  • Command install has default values for all its options and do not prompt for
    missing values
  • Command install tries to create the database if it does not exist
  • Move OmekaCli\Command\PluginCommands\Utils\PluginUtils static methods in
    OmekaCli\Command\PluginCommands\AbstractPluginCommand
  • Command plugin-update refuses to update a plugin if it is active
  • OmekaDotOrgRepository extract the zip file into a temporary directory first to
    get the plugin's real name
  • Command upgrade no longer backup the Omeka directory nor deactivate all
    plugins before upgrading
  • Command upgrade compress the database dump with gzip
  • Command upgrade no longer ask for automatic recovering if the upgrade fails.
    It is up to the user to manually reinject the database dump if they think it's
    needed
  • Namespace renaming
  • Command snapshot was split in two (snapshot and snapshot-restore)
  • Moved UIUtils to Console\Prompt

Removed

  • Constant OMEKA_CLI_PATH
  • Global option --no-prompt
  • Command plugin-update forgot --list

Fixed

  • omeka-cli can now be installed using composer