Based on work in #2075
We should be emphasizing writing/generating dvc.yaml files instead of using dvc run, yet there'sstill around 50 several run links and examples throughout docs:
Links
Examples
Many should be replaced by hand-written dvc.yaml files and at least one with a dvc.yaml file generation script (new example in dvc root per #1637 (comment))
ADDITION from #2578:
stage add is still clearly useful, perhaps even preferred for certain cases:
- Simple stages or beginner users e.g.
dvc stage add -n test echo test
- Programmatic stage generation, esp. to "bootstrap" a pipeline structure (to manage manually later)
We should be emphasizing writing/generating
dvc.yamlfiles instead of usingdvc run, yet there'sstill around 50severalrunlinks and examples throughout docs:Links
dvc runexamples withdvc stage add+dvc exp runordvc repro#2997Examples
stage add) but not all.start: Updatedvc runreferences in various GS pages #3309Many should be replaced by hand-written dvc.yaml files and at least one with a dvc.yaml file generation script (new example in
dvc rootper #1637 (comment))ADDITION from #2578:
dvc.yamlfeatures?)Try to use a descriptive rather than prescriptive explanation...
stage addis still clearly useful, perhaps even preferred for certain cases:dvc stage add -n test echo test