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

Rewrite and update of dvc config command ref. #331

Merged
merged 16 commits into from
May 15, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
config: finish remote config section
jorgeorpinel committed May 15, 2019
commit f6ad6d2161d6e0db4901038c4d26925fe4761d80
6 changes: 4 additions & 2 deletions static/docs/commands-reference/config.md
Original file line number Diff line number Diff line change
@@ -70,8 +70,10 @@ This is the main section with the general config options:

### remote

These are sections in the config file that describe particular remotes. See `dvc
remote` for more info.
These are sections in the config file that describe particular remotes. These
sections contain a `url` value, and can also specify `user`, `port`, `keyfile`,
`timeout`, `ask_password`, and other cloud-specific key/value pairs for each
remote. See `dvc remote` for more info.

### cache