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

move: Alias mv to move #9905

Merged
merged 3 commits into from
Sep 3, 2023
Merged

move: Alias mv to move #9905

merged 3 commits into from
Sep 3, 2023

Conversation

BradyJ27
Copy link
Contributor

@BradyJ27 BradyJ27 commented Sep 2, 2023

Docs Issue: iterative/dvc.org#4825

Fixes: #9901

Alias dvc mv to have same functionality as dvc move
Alias dvc rm = dvc remove
Alias dvc exp ls = dvc exp list
Alias dvc exp rm = dvc exp remove

@codecov
Copy link

codecov bot commented Sep 2, 2023

Codecov Report

Patch has no changes to coverable lines.

Files Changed Coverage
dvc/commands/experiments/ls.py ΓΈ
dvc/commands/experiments/remove.py ΓΈ
dvc/commands/move.py ΓΈ
dvc/commands/remove.py ΓΈ

πŸ“’ Thoughts on this report? Let us know!.

dvc/commands/move.py Outdated Show resolved Hide resolved
@efiop efiop added the awaiting response we are waiting for your reply, please respond! :) label Sep 3, 2023
@BradyJ27 BradyJ27 requested a review from efiop September 3, 2023 06:03
Copy link
Contributor

@efiop efiop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@efiop efiop merged commit 3528c37 into iterative:main Sep 3, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting response we are waiting for your reply, please respond! :)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alias dvc mv to dvc move
2 participants