cradle-elastic
manage Elasticsearch within Cradle framework
TLDR
Start Elasticsearch with Cradle
$ cradle elastic start
Stop Elasticsearch$ cradle elastic stop
Check status$ cradle elastic status
SYNOPSIS
cradle elastic command [options]
DESCRIPTION
cradle elastic manages Elasticsearch instances within the Cradle PHP framework. It provides commands to start, stop, and check the status of Elasticsearch services for development environments.
This tool simplifies local Elasticsearch management by handling service lifecycle operations through the Cradle CLI. It's particularly useful for developers who need Elasticsearch running locally for search functionality testing without manually managing the service.
Part of the Cradle framework's integrated service management tools that allow developers to control dependencies directly from the framework CLI.
SEE ALSO
cradle(1), elasticsearch(1)
