DVC: Fix failing tests

client-spec/clarity
Puneetha Pai 2020-07-26 21:21:20 +05:30 committed by Starbeamrainbowlabs
parent c96d68ed62
commit c6d6d7618c
5 changed files with 5 additions and 5 deletions

View File

@ -15,6 +15,6 @@
`dvc add --recursive {{path/to/directory}}`
- Add target file with custom .dvc file name
- Add target file with custom .dvc file name:
`dvc add --file custom_name.dvc {{path/to/file}}`

View File

@ -1,6 +1,6 @@
# dvc dag
> Visualize the pipeline(s) in dvc.yaml
> Visualize the pipeline(s) in dvc.yaml.
> More information: <https://dvc.org/doc/command-reference/dag>.
- Visualize entire pipeline:

View File

@ -1,6 +1,6 @@
# dvc diff
> Show changes in DVC tracked file and directories added/deleted/modified
> Show changes in DVC tracked file and directories added/deleted/modified.
> More information: <https://dvc.org/doc/command-reference/diff>.
- Compare DVC tracked file from different Git commit/tag/branch w.r.t current workspace:

View File

@ -11,6 +11,6 @@
`dvc init --no-scm`
- Initializing DVC in a subdirectory:
- Initialize DVC in a subdirectory:
`cd {{path/to/subdir}} && dvc init --sudir`

View File

@ -1,6 +1,6 @@
# dvc
> Data Version Control i.e git for data
> Data Version Control i.e git for data.
> More information: <https://dvc.org/>.
- Check the DVC version: