Skip to content
New issue

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

get/import: help output should reflect non-DVC Git repo support #3077

Closed
jorgeorpinel opened this issue Jan 6, 2020 · 1 comment · Fixed by #3097
Closed

get/import: help output should reflect non-DVC Git repo support #3077

jorgeorpinel opened this issue Jan 6, 2020 · 1 comment · Fixed by #3097
Labels
enhancement Enhances DVC good first issue p1-important Important, aka current backlog of things to do

Comments

@jorgeorpinel
Copy link
Contributor

jorgeorpinel commented Jan 6, 2020

After #2889 and #3020, these comments can also obtain files that are tracked by Git but not DVC, however their help output looks:

$ dvc get -h
usage: dvc get [-h] [-q | -v] [-o [OUT]] [--rev [REV]] url path
...
positional arguments:
  url                   URL of Git repository with DVC project to download
                        from.
  path                  Path to a file or directory within a DVC repository.
$ dvc import -h
usage: dvc import [-h] [-q | -v] [-o [OUT]] [--rev [REV]] url path
...
positional arguments:
  url                   URL of Git repository with DVC project to download from.
  path                  Path to data within DVC repository.

$  dvc version
DVC version: 0.80.0
Python version: 3.7.6
Platform: Darwin-19.0.0-x86_64-i386-64bit
Binary: False
Package: brew

I think all url and path descriptions need to be updated.

@triage-new-issues triage-new-issues bot added the triage Needs to be triaged label Jan 6, 2020
@jorgeorpinel jorgeorpinel changed the title get/import: update output to reflect non-DVC Git repo support get/import: help output should reflect non-DVC Git repo support Jan 6, 2020
@jorgeorpinel
Copy link
Contributor Author

jorgeorpinel commented Jan 6, 2020

@efiop efiop added the enhancement Enhances DVC label Jan 7, 2020
@triage-new-issues triage-new-issues bot removed the triage Needs to be triaged label Jan 7, 2020
@efiop efiop added c5-half-a-day p1-important Important, aka current backlog of things to do labels Jan 7, 2020
fabiosantoscode added a commit to fabiosantoscode/dvc that referenced this issue Jan 10, 2020
fabiosantoscode added a commit to fabiosantoscode/dvc that referenced this issue Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhances DVC good first issue p1-important Important, aka current backlog of things to do
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants