-
Notifications
You must be signed in to change notification settings - Fork 397
cmd: --to-cache/remote
updates (add
, import-url
, update
)
#2121
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
Comments
No need as we have a big ticket to rewrite that whole thing. But I did add another checkbox per #2175 (review) 👍 |
So what is the plan with https://dvc.org/doc/user-guide/managing-external-data for now? I think we have agreed that it's not worth re-writing for 2.0, since we need to change the functionality anyway, probably for 3.0. So that leaves us with some suboptimal choices:
|
Unassigned @isidentical since the only thing left is to differentiate the to-remote exampled in
@dberenbaum please check/repost in #520 🙂 |
Removed |
Are Maybe @shcheklein has some idea since I think this was his comment? |
To be honest it's hard to restore the whole context now :) (partially that's why it's better to address certain issues earlier if possible - after that it takes time from a lot of people to read it again and restore the context). It's fine to skip it now I think. Probably I had in mind some general improvements to both intros to make them more explicit and simpler to read. I don't my suggestion though at the moment- it needs more time. Jorge, you had initially concern that those two are completely different. To some extent they are, but intros phrases correct at the moment - import vs add, etc. So they are already different if you familiar with DVC terminology - what import does, what add does, etc. WDYT? |
--to-cache/remote
updates (add
, import-url
, update
)
This is the only difference technically, yes (extra info. in the "import .dvc file").
Initially I argued that we only need the option in
Sometimes letting time pass helps get perspective though. I think we were not understanding each other well before. I see value in having the option in both places now, even if it's just for discoverability (since add is much more used than import). I guess that was your argument and no that they're different use cases (what I understood). So I'll close this and just review that the language is consistent and that each command semantics are preserved in both examples. Another strategy could be to only keep the example in Thanks |
Uh oh!
There was an error while loading. Please reload this page.
dvc {add, import-url} --to-remote
(Add docs regaring --to-remote option for add/import-url #2091)--out
update ref: add --out for local targets #2220) (cmd: add to-cache docs #2246)dvc update --to-remote
(cmd: add dvc update --to-remote docs #2175)update --to-remote
doesn't work with repo imports (only from other external sources i.e.import-url
ed) (cmd: explicitly mention update is forbidden for repo imports #2237)mention about--to-remote
in https://dvc.org/doc/user-guide/managing-external-dataThe text was updated successfully, but these errors were encountered: