ride/cli-orm-elastic

ORM Elastic commands for the Ride CLI

1.0.0 2016-10-14 10:42 UTC

This package is auto-updated.

Last update: 2024-04-12 22:52:17 UTC


README

This module adds various CLI commands for the Elastic integration of the Ride ORM.

Commands

orm elastic define

This command maps the ORM models to the needed indices in Elastic search.

You need to run this command the first time you implement this module and then when you have altered a model definition which is integrated in Elastic.

Syntax: orm elastic define

Alias: oed

orm generate

This command indexes the existing ORM entries into Elastic

Syntax: orm elastic index [<model>]

  • <model>: Name of the model to index, omit to index all models which have Elastic enabled

Alias: oei

Related Modules

Installation

You can use Composer to install this application.

composer require ride/cli-orm-elastic