Skip to content

[WIP] remote: document --clear-index #1163

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions content/docs/command-reference/pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ reflinks or hardlinks to put it in the workspace without copying. See
may improve the total download speed if a combination of small and large files
are being fetched.

- `--clear-index` - clear index for a remote. In order to improve performance,
DVC keeps a local index of files which are available in a remote. This option
can be used to clear this index, and force a full re-indexing of the remote.

- `-h`, `--help` - prints the usage/help message, and exit.

- `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if no
Expand Down
4 changes: 4 additions & 0 deletions content/docs/command-reference/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ to push.
may improve the total download speed if a combination of small and large files
are being fetched.

- `--clear-index` - clear index for a remote. In order to improve performance,
DVC keeps a local index of files which are available in a remote. This option
can be used to clear this index, and force a full re-indexing of the remote.

- `-h`, `--help` - prints the usage/help message, and exit.

- `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if no
Expand Down
5 changes: 5 additions & 0 deletions content/docs/command-reference/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ workspace) is different from remote storage. Bringing the two into sync requires
retrieve information from remote servers. This only applies when the `--cloud`
option is used or a remote is given.

- `--clear-index` - clear index for a remote. In order to improve performance,
DVC keeps a local index of files which are available in a remote. This option
can be used to clear this index, and force a full re-indexing of the remote.
This only applies when the `--cloud` option is used or a remote is given.

- `-h`, `--help` - prints the usage/help message, and exit.

- `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if
Expand Down