diff --git a/docs/cli.md b/docs/cli.md index a2ef70b782..056a50eec7 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -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. diff --git a/docs/how/restore-indices.md b/docs/how/restore-indices.md index 50bcdee8ba..f7d22bbb51 100644 --- a/docs/how/restore-indices.md +++ b/docs/how/restore-indices.md @@ -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