-
Notifications
You must be signed in to change notification settings - Fork 394
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
ref: replace dvc run
examples with dvc stage add
+ dvc exp run
or dvc repro
#2997
Comments
dvc run
examples with dvc stage add
+ (dvc exp run
or dvc repro
)dvc run
examples with dvc stage add
+ (dvc exp run
or dvc repro
)
I don't think it's deprecated though. I forget what the plan is but I think there's an issue about it on the core repo. Cc @dberenbaum |
I believe, from the earlier discussions, |
Related discussions/issues:
We haven't made progress towards deprecation, but I think we have at least agreed on emphasizing |
Could the DVC team finish the cmd ref updates related to this @dberenbaum ? @iesahin maybe we should just double check no other docs still use |
dvc run
examples with dvc stage add
+ (dvc exp run
or dvc repro
)dvc run
examples with dvc stage add
+ dvc exp run
or dvc repro
Looks like a few tasks may still be pending or need discussing a little. Reopening for now...
|
UPDATE: Looks like it's just about https://dvc.org/doc/command-reference/gc but as long as we haven't actually deprecated |
Do we have an issue to do the same for guides and use cases though? ⌛ |
@jorgeorpinel I'm not sure about guides and use cases, but I did take a look at getting started, and it seems like it will require more of an overhaul than just replacing text. I think it would have to be a dedicated project for someone to update it. |
I took over #2076. We can discuss the remaining parts there. This issue was specific to REF. |
In the command reference, there are several examples using
dvc run
. Replacing these withdvc stage add
may lead to clear examples.dvc run
references indvc add
#3023dvc run
references indvc commit
#3031dvc run
references indvc dag
#3183dvc run
references indvc freeze
anddvc unfreeze
#3070dvc run
references indvc gc
dvc run
references indvc import-url
dvc run
references indvc init
dvc run
references indvc metrics
dvc run
references indvc params
dvc run
references indvc plots
dvc run
references indvc repro
dvc run
references indvc remove
#3103dvc run
references indvc root
#3053dvc run
references indvc status
dvc run
?The text was updated successfully, but these errors were encountered: