From e6ff6000ece8cde98b5ce20e7047ce7a99593b47 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Wed, 23 Feb 2022 11:43:24 +0530 Subject: [PATCH] fix(docs): add mention of list-runs command in CLI page (#4210) --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index 0d2a3a99f6..8d50a8fd3a 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -153,7 +153,7 @@ The `docker` command allows you to start up a local DataHub instance using `data ### ingest -The `ingest` command allows you to ingest metadata from your sources using ingestion configuration files, which we call recipes. The main [ingestion page](../metadata-ingestion/README.md) contains detailed instructions about how you can use the ingest command and perform advanced operations like rolling-back previously ingested metadata through the `rollback` sub-command. +The `ingest` command allows you to ingest metadata from your sources using ingestion configuration files, which we call recipes. [Removing Metadata from DataHub](./how/delete-metadata.md) contains detailed instructions about how you can use the ingest command to perform operations like rolling-back previously ingested metadata through the `rollback` sub-command and listing all runs that happened through `list-runs` sub-command. ### check