add new chinese translations
This commit is contained in:
28
pages.zh/common/cradle-elastic.md
Normal file
28
pages.zh/common/cradle-elastic.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# cradle elastic
|
||||
|
||||
> 管理 Cradle 实例的 Elasticsearch 实例。
|
||||
> 更多信息: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#elastic>。
|
||||
|
||||
- 清空 Elasticsearch 索引:
|
||||
|
||||
`cradle elastic flush`
|
||||
|
||||
- 清空特定包的 Elasticsearch 索引:
|
||||
|
||||
`cradle elastic flush {{package}}`
|
||||
|
||||
- 提交 Elasticsearch 模式:
|
||||
|
||||
`cradle elastic map`
|
||||
|
||||
- 提交特定包的 Elasticsearch 模式:
|
||||
|
||||
`cradle elastic map {{package}}`
|
||||
|
||||
- 填充所有包的 Elasticsearch 索引:
|
||||
|
||||
`cradle elastic populate`
|
||||
|
||||
- 填充特定包的 Elasticsearch 索引:
|
||||
|
||||
`cradle elastic populate {{package}}`
|
Reference in New Issue
Block a user