Skip to content

Commit

Permalink
Merge pull request #2907 from efiop/import_get
Browse files Browse the repository at this point in the history
import-url: add directories to examples
  • Loading branch information
efiop committed Dec 11, 2019
2 parents d2f4070 + 9e6e430 commit 5cc92a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dvc/command/imp_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,17 @@ def add_parser(subparsers, parent_parser):
"url",
help="Supported urls:\n"
"/path/to/file\n"
"/path/to/directory\n"
"C:\\\\path\\to\\file\n"
"C:\\\\path\\to\\directory\n"
"https://example.com/path/to/file\n"
"s3://bucket/path/to/file\n"
"s3://bucket/path/to/directory\n"
"gs://bucket/path/to/file\n"
"gs://bucket/path/to/directory\n"
"hdfs://example.com/path/to/file\n"
"ssh://example.com:/path/to/file\n"
"ssh://example.com:/path/to/directory\n"
"remote://myremote/path/to/file (see `dvc remote`)",
)
import_parser.add_argument(
Expand Down

0 comments on commit 5cc92a9

Please sign in to comment.