0.13.0
- Commands such as
dvc status\fetch\pull\push
now take into account locked stages. - Support
dvc add
for external files(e.g.dvc add s3://mybucket/myfile.txt
). - Support
dvc import
for external outputs(e.g.dvc import s3://mybucket/file.txt s3://mybucket/myworkdir/file.txt
). - Added
dvc destroy
to delete DVC from the repository. - Bug fixes.