-
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
Regular updates (late Feb) #1014
Conversation
needs similar patch in core repo.
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.
looks good, but please check my comment on the config
, .gitignore
- may be you can come with some better way to handle that?
modify Modify metric file options. | ||
modify Modify metric file values. |
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.
Opened iterative/dvc/pull/3471 to match this (and other output string updates).
* metrics show: update -h output to match docs per iterative/dvc.org@2c34521 * metric: update argument desc per iterative/dvc.org/pull/1014 * metrics: match iterative/dvc.org/pull/1014 again... using term "formatting" instead of "options" * list: update help output to match iterative/dvc.org/pull/1014 That's iterative/dvc.org/pull/1014 * dvc: add docstring to open_by_relpath It's a public fn after all. Similar to Repo class * help: update cmd output strings to match with docs * remote: update help output * term: file descriptor -> file object * metrics: update add and remove help outputs per #3471 (review) * remove: update help output per #3471 (review) * root: update help output per #3471 (review)
dvc init
per init: add subdir description #1022 (review)