Skip to content

Commit

Permalink
Add aliases for common commands
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyJ27 committed Oct 17, 2023
1 parent 53ee0c6 commit de4838f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/command-reference/exp/list.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# exp list

> Aliased to `dvc ls`.
List experiments in a <abbr>DVC repository</abbr> (remote or local).

## Synopsis
Expand Down
2 changes: 2 additions & 0 deletions content/docs/command-reference/exp/remove.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# exp remove

> Aliased to `dvc exp rm`.
Delete specific experiments from the <abbr>project</abbr>.

## Synopsis
Expand Down
2 changes: 2 additions & 0 deletions content/docs/command-reference/move.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 2 additions & 0 deletions content/docs/command-reference/remove.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down

0 comments on commit de4838f

Please sign in to comment.