-
Notifications
You must be signed in to change notification settings - Fork 409
use-cases: use 'dvc cache dir' command in shared dev server #986
Copy link
Copy link
Closed
Labels
A: docsArea: user documentation (gatsby-theme-iterative)Area: user documentation (gatsby-theme-iterative)C: casesContent of /doc/use-casesContent of /doc/use-casesgood first issueGood for newcomersGood for newcomershelp wantedContributors especially welcomeContributors especially welcometype: enhancementSomething is not clear, small updates, improvement suggestionsSomething is not clear, small updates, improvement suggestions
Metadata
Metadata
Assignees
Labels
A: docsArea: user documentation (gatsby-theme-iterative)Area: user documentation (gatsby-theme-iterative)C: casesContent of /doc/use-casesContent of /doc/use-casesgood first issueGood for newcomersGood for newcomershelp wantedContributors especially welcomeContributors especially welcometype: enhancementSomething is not clear, small updates, improvement suggestionsSomething is not clear, small updates, improvement suggestions
In the shared server use case https://dvc.org/doc/use-cases/shared-development-server we set up the shared cache by changing config
dvc config cache.dir /path/to/dvc-cachewhile a separate command was introduceddvc cache dir /path/to/dvc-cache.I'm trying to understand the motivation behind the command
dvc cache dir... It feels like we should deprecate the commanddvc cache diror change the docs.@efiop could you please explain the motivation behind the command?
UPDATE: also probably we should update dvc cache dir doc as well - it's not that clear from the doc (from #986 (comment))