Skip to content

Commit

Permalink
docs: add isexec field description
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Dec 20, 2020
1 parent f641643 commit 8f627ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/user-guide/dvc-files-and-directories.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ An _output entry_ (`outs`) can have these fields:
and a special _checksum_ for HDFS and WebHDFS.
- `size`: Size of the file or directory (sum of all files).
- `nfiles`: If a directory, number of files inside.
- `isexec`: If a file, whether or not owner has execute permission.
- `cache`: Whether or not this file or directory is <abbr>cached</abbr> (`true`
by default, if not present). See the `--no-commit` option of `dvc add`.
- `persist`: Whether the output file/dir should remain in place while
Expand All @@ -92,6 +93,7 @@ A _dependency entry_ (`deps`) can have these fields:
_checksum_ for HDFS and WebHDFS. See `dvc import-url` for more information.
- `size`: Size of the file or directory (sum of all files).
- `nfiles`: If a directory, number of files inside.
- `isexec`: If a file, whether or not owner has execute permission.
- `repo`: This entry is only for external dependencies created with
`dvc import`, and can contains the following fields:

Expand Down

0 comments on commit 8f627ec

Please sign in to comment.