Skip to content

Commit

Permalink
ref: clarfy --out option
Browse files Browse the repository at this point in the history
jorgeorpinel committed Mar 17, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3d10596 commit 1082c85
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
@@ -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 file basename 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 combined
[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
5 changes: 3 additions & 2 deletions content/docs/command-reference/get.md
Original file line number Diff line number Diff line change
@@ -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 file basename 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
6 changes: 3 additions & 3 deletions content/docs/command-reference/import.md
Original file line number Diff line number Diff line change
@@ -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 file basename 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

0 comments on commit 1082c85

Please sign in to comment.