From de4838fb2b93a9c925066149e63084d5fdddbabe Mon Sep 17 00:00:00 2001 From: Brady Johnson Date: Mon, 16 Oct 2023 19:25:12 -0600 Subject: [PATCH] Add aliases for common commands --- content/docs/command-reference/exp/list.md | 2 ++ content/docs/command-reference/exp/remove.md | 2 ++ content/docs/command-reference/move.md | 2 ++ content/docs/command-reference/remove.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/content/docs/command-reference/exp/list.md b/content/docs/command-reference/exp/list.md index a0a7de40f9..584026277b 100644 --- a/content/docs/command-reference/exp/list.md +++ b/content/docs/command-reference/exp/list.md @@ -1,5 +1,7 @@ # exp list +> Aliased to `dvc ls`. + List experiments in a DVC repository (remote or local). ## Synopsis diff --git a/content/docs/command-reference/exp/remove.md b/content/docs/command-reference/exp/remove.md index 0ab6956d7e..8bcee891ef 100644 --- a/content/docs/command-reference/exp/remove.md +++ b/content/docs/command-reference/exp/remove.md @@ -1,5 +1,7 @@ # exp remove +> Aliased to `dvc exp rm`. + Delete specific experiments from the project. ## Synopsis diff --git a/content/docs/command-reference/move.md b/content/docs/command-reference/move.md index 3541afc84a..64f252a1b1 100644 --- a/content/docs/command-reference/move.md +++ b/content/docs/command-reference/move.md @@ -1,5 +1,7 @@ # move +> Aliased to `dvc exp mv`. + Rename a file or directory tracked with a `.dvc` file, and modify the `.dvc` file to reflect the change. The `.dvc` file is renamed if the file or directory has the same base name (typical). diff --git a/content/docs/command-reference/remove.md b/content/docs/command-reference/remove.md index 8d888e7b78..006a0a2f01 100644 --- a/content/docs/command-reference/remove.md +++ b/content/docs/command-reference/remove.md @@ -1,5 +1,7 @@ # remove +> Aliased to `dvc rm`. + Remove stages from `dvc.yaml` and/or stop tracking files or directories (and optionally delete them).