Skip to content

all-ride/ride-cli-orm-elastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ride: ORM Elastic CLI

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages