Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aliases for common commands #4926

Merged
merged 2 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`.
BradyJ27 marked this conversation as resolved.
Show resolved Hide resolved

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