Skip to content
Closed
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
18 changes: 9 additions & 9 deletions content/docs/command-reference/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ usage: dvc version [-h] [-q | -v]

`dvc version` outputs the following information about the system/environment:

| Line | Detail |
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`DVC version`](#components-of-dvc-version) | Version of DVC (along with a Git commit hash in case of a development version) and name of the package manager (`pip`, `conda`, etc.) or binary used to install DVC |
| `Platform` | Version of Python in the environment where DVC is initialized, and information about the operating system |
| `Supports` | Shows remote types that have all needed dependencies installed |
| `Cache types` | [Type of links](/doc/user-guide/large-dataset-optimization#file-link-types-for-the-dvc-cache) supported (between <abbr>workspace</abbr> and <abbr>cache</abbr> |
| `Cache directory` | Shows the filesystem type (eg. ext4, FAT, etc.) and mount point of the <abbr>cache</abbr> directory |
| `Workspace directory` | Shows the filesystem type and mount point of the <abbr>workspace</abbr> directory |
| `Repo` | Shows whether we are in a DVC repo and/or Git repo |
| Line | Detail |
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`DVC version`](#components-of-dvc-version) | Version of DVC (along with a Git commit hash in case of a development version) and name of the package manager (`pip`, `conda`, etc.) or binary used to install DVC |
| `Platform` | Version of Python in the environment where DVC is initialized, and information about the operating system |
| `Supports` | Shows remote types that have all needed dependencies installed |
| `Cache types` | [Type of links](/doc/user-guide/large-dataset-optimization#file-link-types-for-the-dvc-cache) supported (between <abbr>workspace</abbr> and <abbr>cache</abbr> |
| `Cache directory` | Shows the filesystem type (eg. ext4, FAT, etc.) and mount point of the <abbr>cache</abbr> directory |
| `Workspace directory` | Shows the filesystem type and mount point of the <abbr>workspace</abbr> directory |
| `Repo` | Shows whether we are in a DVC repo and/or Git repo |

> If `dvc version` is executed outside a DVC project, neither `Cache` nor
> `Workspace` info is printed.
Expand Down