mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-25 19:45:05 +08:00
Clarify the usage of the extraction command
This commit is contained in:
parent
3f0fe54025
commit
91e5da2356
@ -64,7 +64,10 @@ enum Command {
|
|||||||
skip_enqueued_tasks: bool,
|
skip_enqueued_tasks: bool,
|
||||||
},
|
},
|
||||||
|
|
||||||
/// Exports the documents of an index from the Meilisearch database to stdout.
|
/// Exports the documents of an index in NDJSON format from a Meilisearch index to stdout.
|
||||||
|
///
|
||||||
|
/// This command can be executed on a running Meilisearch database. However, please note that
|
||||||
|
/// it will maintain a read-only transaction for the duration of the extraction process.
|
||||||
ExportDocuments {
|
ExportDocuments {
|
||||||
/// The index name to export the documents from.
|
/// The index name to export the documents from.
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
|
Loading…
Reference in New Issue
Block a user