-
Notifications
You must be signed in to change notification settings - Fork 394
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
Misc. updates #2182
Misc. updates #2182
Conversation
jorgeorpinel
commented
Feb 11, 2021
•
edited
Loading
edited
- Config flags description update
- SSH URL updates
- Term typo in GS->Pipelines per pipelines: clarify whether it's possible to have more than one _pipeline file_ for a DVC project in the docs #2170 (comment)
@@ -500,7 +505,8 @@ more information. | |||
### Click for SSH | |||
|
|||
- `url` - remote location, in a regular | |||
[SSH format](https://tools.ietf.org/id/draft-salowey-secsh-uri-00.html#sshsyntax): | |||
[SSH format](https://tools.ietf.org/id/draft-salowey-secsh-uri-00.html#sshsyntax). | |||
Note that this can already the `user` parameter, embedded into the URL: |
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.
this can already the
- something is missing here?
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.
Ah yes, "included". Thanks
@@ -88,7 +91,7 @@ $ dvc run -n download_file \ | |||
$ dvc run -n download_file \ | |||
-d ssh://user@example.com/path/to/data.txt \ | |||
-o data.txt \ | |||
scp user@example.com:/path/to/data.txt data.txt | |||
scp ssh://user@example.com:/path/to/data.txt data.txt |
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.
hmm, I don't usually specify the protocol like this
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.
Right. Reverting this change.
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.
some minor questions, typos