snippetbashTip
cradle elastic — Manage the Elasticsearch instances for a Cradle instance. More information: <https://cradlephp.githu
Viewed 0 times
thecradle elasticcommandinstanceselasticsearchclimanagefor
Problem
How to use the
cradle elastic command: Manage the Elasticsearch instances for a Cradle instance. More information: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#elastic>.Solution
cradle elastic — Manage the Elasticsearch instances for a Cradle instance. More information: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#elastic>.Truncate the Elasticsearch index:
cradle elastic flushTruncate the Elasticsearch index for a specific package:
cradle elastic flush {{package}}Submit the Elasticsearch schema:
cradle elastic mapSubmit the Elasticsearch schema for a specific package:
cradle elastic map {{package}}Populate the Elasticsearch indices for all packages:
cradle elastic populatePopulate the Elasticsearch indices for a specific package:
cradle elastic populate {{package}}Code Snippets
Truncate the Elasticsearch index
cradle elastic flushTruncate the Elasticsearch index for a specific package
cradle elastic flush {{package}}Submit the Elasticsearch schema
cradle elastic mapSubmit the Elasticsearch schema for a specific package
cradle elastic map {{package}}Populate the Elasticsearch indices for all packages
cradle elastic populateContext
tldr-pages: common/cradle elastic
Revisions (0)
No revisions yet.