-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unhide the sections of remote options
- Loading branch information
1 parent
b4801e9
commit 6ed975b
Showing
6 changed files
with
29 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,10 @@ The configuration file `.dvc/config` should have a content like this: | |
url = hdfs://[email protected]/path/to/dir | ||
``` | ||
|
||
<details> | ||
|
||
### Details: HDFS available options | ||
### HDFS available options | ||
|
||
- `user` - username to use to access a remote. | ||
|
||
```dvc | ||
$ dvc remote modify myremote user myuser | ||
``` | ||
|
||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,7 @@ url = ssh://[email protected]/path/to/dir | |
port = 2222 | ||
``` | ||
|
||
<details> | ||
|
||
### Details: All remote options | ||
### All remote options | ||
|
||
- `url` - remote location URL. | ||
|
||
|
@@ -86,8 +84,6 @@ port = 2222 | |
$ dvc remote modify ssh-remote gss_auth true | ||
``` | ||
|
||
</details> | ||
|
||
<details> | ||
|
||
### Tip: Keep the password private | ||
|