Skip to content

Commit

Permalink
ref: clarfy --out option
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Mar 17, 2021
1 parent 3d10596 commit f0d9b7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions content/docs/command-reference/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ not.
Shell style wildcards supported: `*`, `?`, `[seq]`, `[!seq]`, and `**`

- `-o <path>`, `--out <path>` - destination `path` inside the workspace to place
a data target (instead of using the current working directory). Directories
specified in the path will be created by this command. Note that this can be
used [with an external cache](#straight-to-cache) to avoid using the local
file system.
the data target. By default the data base file name is used in the current
working directory (if this option isn't used). Directories in the given `path`
will be created. Note that for external targets, this can be used
[with an external cache](#straight-to-cache) to skip the local file system.

- `--to-remote` - allow a target outside of the DVC repository (e.g. an S3
object, SSH directory URL, file on mounted volume, etc.) but don't move it
Expand Down
5 changes: 3 additions & 2 deletions content/docs/command-reference/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ name.
## Options

- `-o <path>`, `--out <path>` - destination `path` to place the downloaded file
or directory (instead of using the current working directory). Directories
specified in the path will be created by this command.
or directory. By default the data base file name is used in the current
working directory (if this option isn't used). Directories in the given `path`
will be created.

- `--rev <commit>` - commit hash, branch or tag name, etc. (any
[Git revision](https://git-scm.com/docs/revisions)) of the repository to
Expand Down
6 changes: 3 additions & 3 deletions content/docs/command-reference/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ repo at `url`) are not supported.
## Options

- `-o <path>`, `--out <path>` - destination `path` inside the workspace to place
the downloaded file or directory (instead of using the current working
directory). Directories specified in the path must already exist, otherwise
this command will fail.
the downloaded file or directory. By default the data base file name is used
in the current working directory (if this option isn't used). Directories in
the given `path` will be created.

- `--file <filename>` - specify a path and/or file name for the `.dvc` file
created by this command (e.g. `--file stages/stage.dvc`). This overrides the
Expand Down

0 comments on commit f0d9b7e

Please sign in to comment.