We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
User might need to update a package after it was changed.
$ dvc pkg install -s data/Posts.tsv https://github.com/dmpetrov/tag_classifier classify/ # do some stuff # https://github.com/dmpetrov/tag_classifier was updated $ dvc pkg update tag_classifier
Should we update all repose by default? Please look at NPM https://docs.npmjs.com/cli/update.html
UPDATE:
In order to implement this. Package information needs to be injected into dvc-file which was created as a result of the package installation.
Unit test need to be implemented first #1772
The text was updated successfully, but these errors were encountered:
-f|--force
pkg install
erepo: dvc: implement update for imports from ext repos
update
67ccfe4
Fixes iterative#1774 Fixes iterative#2139 Fixes iterative#2201 Signed-off-by: Ruslan Kuprieiev <[email protected]>
932b0d7
efiop
No branches or pull requests
User might need to update a package after it was changed.
Should we update all repose by default? Please look at NPM https://docs.npmjs.com/cli/update.html
UPDATE:
In order to implement this. Package information needs to be injected into dvc-file which was created as a result of the package installation.
Unit test need to be implemented first #1772
The text was updated successfully, but these errors were encountered: