-
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.
remote: include -d option in crtain examples throughout website
per #915 (review)
- Loading branch information
1 parent
96232e0
commit 4950d25
Showing
11 changed files
with
51 additions
and
47 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
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
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
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 |
---|---|---|
|
@@ -68,7 +68,7 @@ $ dvc run -d data.txt \ | |
# Add SSH remote to be used as cache location for SSH files | ||
$ dvc remote add sshcache ssh://[email protected]:/cache | ||
# Tell dvc to use the 'sshcache' remote as SSH cache location | ||
# Tell DVC to use the 'sshcache' remote as SSH cache location | ||
$ dvc config cache.ssh sshcache | ||
# Add data on SSH directly | ||
|
@@ -86,7 +86,7 @@ $ dvc run -d data.txt \ | |
# Add S3 remote to be used as cache location for S3 files | ||
$ dvc remote add s3cache s3://mybucket/cache | ||
# Tell dvc to use the 's3cache' remote as S3 cache location | ||
# Tell DVC to use the 's3cache' remote as S3 cache location | ||
$ dvc config cache.s3 s3cache | ||
# Add data on S3 directly | ||
|
@@ -104,7 +104,7 @@ $ dvc run -d data.txt \ | |
# Add GS remote to be used as cache location for GS files | ||
$ dvc remote add gscache gs://mybucket/cache | ||
# Tell dvc to use the 'gscache' remote as GS cache location | ||
# Tell DVC to use the 'gscache' remote as GS cache location | ||
$ dvc config cache.gs gscache | ||
# Add data on GS directly | ||
|
@@ -122,7 +122,7 @@ $ dvc run -d data.txt \ | |
# Add HDFS remote to be used as cache location for HDFS files | ||
$ dvc remote add hdfscache hdfs://[email protected]/cache | ||
# Tell dvc to use the 'hdfscache' remote as HDFS cache location | ||
# Tell DVC to use the 'hdfscache' remote as HDFS cache location | ||
$ dvc config cache.hdfs hdfscache | ||
# Add data on HDFS directly | ||
|
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