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

Fix #5325 : added --keep flag to dvc exp remove documentation #5326

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rmic
Copy link

@rmic rmic commented Nov 24, 2024

Description

Fix #5325 : added --keep flag to dvc exp remove documentation as needed by the corresponding PR in the code : iterative/dvc#10633

@@ -40,6 +40,8 @@ With `--queue`, the list of experiments awaiting execution is cleared instead.
- `-g`, `--git-remote` - Name or URL of the Git remote to remove the experiment
from

- `--keep` - keep only the selected experiments and remove all others
Copy link
Member

Choose a reason for hiding this comment

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

minor / stylistic:

how about this:

changes the default behavior to the opposite for options like -n, --rev. For example -n <num> --keep keeps experiments from the last num commits and removes all other experiments.

does it change behavior for --queue? what is the behavior for -A?

@shcheklein shcheklein self-assigned this Nov 25, 2024
@shcheklein shcheklein added the ⌛ status: wait-core-merge Waiting for related product PR merge/release label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌛ status: wait-core-merge Waiting for related product PR merge/release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update documentation for fix #10593
2 participants