Skip to content

0.13.0

Compare
Choose a tag to compare
@efiop efiop released this 17 Jul 13:27
169db1f
  1. Commands such as dvc status\fetch\pull\push now take into account locked stages.
  2. Support dvc add for external files(e.g. dvc add s3://mybucket/myfile.txt).
  3. Support dvc import for external outputs(e.g. dvc import s3://mybucket/file.txt s3://mybucket/myworkdir/file.txt).
  4. Added dvc destroy to delete DVC from the repository.
  5. Bug fixes.