-
Notifications
You must be signed in to change notification settings - Fork 393
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
more 1.x updates... (import) #2094
Conversation
Notice this is a PR into Will need a fwdport PR into |
Wait I merged this to master haha. That's OK, the branch cam from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check corresponding texts in core repo:
# import-url | ||
|
||
Download a file or directory from a supported URL (for example `s3://`, | ||
`ssh://`, and other protocols) into the <abbr>workspace</abbr>, and track | ||
changes in the remote data source. Creates a `.dvc` file. | ||
`ssh://`, and other protocols) into the <abbr>workspace</abbr>, and track it (an | ||
import `.dvc` file is created). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For import-url -h
# import | ||
|
||
Download a file or directory tracked by DVC or by Git into the | ||
<abbr>workspace</abbr>. It also creates a `.dvc` file with information about the | ||
data source, which can later be used to [update](/doc/command-reference/update) | ||
the import. | ||
Download a file or directory tracked by another DVC or Git repository into the | ||
<abbr>workspace</abbr>, and track it (an import `.dvc` file is created). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For import -h
import[-url]
triggered by support adding/transfering data straight to cache/remote dvc#4520 (comment)