Skip to content

A collection of useful Symfony commands to perform multiple Ibexa tasks

Notifications You must be signed in to change notification settings

mugoweb/ibexa-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Installation

Update config/bundles.php and add:

Mugo\ScriptsBundle\MugoScriptsBundle::class => ['all' => true],

Clear caches.

Features

Commands

  1. Remove items from the trash that were moved before
php bin/console mugo:trash-purge --trashed-days=<days> --iteration-limit=<limit> --iteration-sleep=<seconds>
  1. Remove archived version older than
php bin/console mugo:archive-purge --archived-days=<days> --limit=<limit> --classes-to-exclude=<content_type_1,content_type_2...>

About

A collection of useful Symfony commands to perform multiple Ibexa tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages