doc(cli): update for restore-indices (#13880)

Co-authored-by: Sergio Gómez Villamor <sgomezvillamor@gmail.com>
This commit is contained in:
Aseem Bansal 2025-06-27 18:07:09 +05:30 committed by GitHub
parent 5759711992
commit c19b91d9a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -298,6 +298,14 @@ datahub container term --container-urn "urn:li:container:3f2effd1fbe154a4d60b597
The datahub package is composed of different plugins that allow you to connect to different metadata sources and ingest metadata from them.
The `check` command allows you to check if all plugins are loaded correctly as well as validate an individual MCE-file.
#### restore-indices
This command allows you to restore indices for one or more `urn`.
```shell
datahub check restore-indices --help
```
### delete
The `delete` command allows you to delete metadata from DataHub.

View File

@ -179,7 +179,7 @@ For Rest.li, see [Restore Indices API](../api/restli/restore-indices.md).
### CLI
The [datahub CLI](../cli.md) also supports a utility command for restoring indices. Check the `datahub check restore-indices --help` help text for more details.
The [datahub CLI](../cli.md) also supports a utility command for restoring indices.
## Best Practices