From c19b91d9a6af60feda2137a8c3cc735bcf0470c2 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Fri, 27 Jun 2025 18:07:09 +0530 Subject: [PATCH] doc(cli): update for restore-indices (#13880) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sergio Gómez Villamor --- docs/cli.md | 8 ++++++++ docs/how/restore-indices.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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