*: fix errors reported by languagetool (#6069)
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
# cradle elastic
|
||||
|
||||
> Manage the ElasticSearch instances for a Cradle instance.
|
||||
> 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:
|
||||
- Truncate the Elasticsearch index:
|
||||
|
||||
`cradle elastic flush`
|
||||
|
||||
- Truncate the ElasticSearch index for a specific package:
|
||||
- Truncate the Elasticsearch index for a specific package:
|
||||
|
||||
`cradle elastic flush {{package_name}}`
|
||||
|
||||
- Submit the ElasticSearch schema:
|
||||
- Submit the Elasticsearch schema:
|
||||
|
||||
`cradle elastic map`
|
||||
|
||||
- Submit the ElasticSearch schema for a specific package:
|
||||
- Submit the Elasticsearch schema for a specific package:
|
||||
|
||||
`cradle elastic map {{package_name}}`
|
||||
|
||||
- Populate the ElasticSearch indices for all packages:
|
||||
- Populate the Elasticsearch indices for all packages:
|
||||
|
||||
`cradle elastic populate`
|
||||
|
||||
- Populate the ElasticSearch indices for a specific package:
|
||||
- Populate the Elasticsearch indices for a specific package:
|
||||
|
||||
`cradle elastic populate {{package_name}}`
|
||||
|
Reference in New Issue
Block a user