Skip to content
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

regular updates and fixes (late August) (2) #591

Merged
merged 6 commits into from
Aug 30, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions static/docs/commands-reference/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ created in the current working directory, with its original file name.

## Options

- `-o`, `--out` - specify a path (directory and file name) to the desired
location to place the imported data in. The default value (when this option
isn't used) is the current working directory (`.`) and original file name.

- `--rev` - specific Git revision of the DVC repository to import the data from.
`HEAD` by default.
jorgeorpinel marked this conversation as resolved.
Show resolved Hide resolved

- `-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
6 changes: 3 additions & 3 deletions static/docs/commands-reference/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ downloaded data artifact from the external DVC repo.

## Options

- `-o`, `--out` - specify a location in the workspace to place the imported data
in, as a path to the desired directory. The default value (when this option
isn't used) is the current working directory (`.`).
- `-o`, `--out` - specify a path (directory and file name) to the desired
location to place the imported data in. The default value (when this option
isn't used) is the current working directory (`.`) and original file name.

- `--rev` - specific Git revision of the DVC repository to import the data from.
`HEAD` by default.
Expand Down