mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add --generate-master-key
CLI option
This commit is contained in:
parent
57e851d8a9
commit
3cba476a9f
3 changed files with 14 additions and 0 deletions
|
@ -277,6 +277,7 @@ impl From<Opt> for Infos {
|
|||
indexer_options,
|
||||
scheduler_options,
|
||||
config_file_path,
|
||||
generate_master_key: _,
|
||||
#[cfg(all(not(debug_assertions), feature = "analytics"))]
|
||||
no_analytics: _,
|
||||
} = options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue