Skip to content

Commit

Permalink
ref: reorg repro/run/stage add usage block
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Mar 9, 2022
1 parent c5ca3da commit d131954
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
6 changes: 3 additions & 3 deletions content/docs/command-reference/repro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ correct order.
## Synopsis

```usage
usage: dvc repro [-h] [-q | -v] [-f] [-s] [-m] [--dry] [-i]
[-p] [-P] [-R] [--no-run-cache] [--force-downstream]
[--no-commit] [--downstream] [--pull] [--glob]
usage: dvc repro [-h] [-q | -v] [-f] [-s] [-m] [-i] [-p] [-P] [-R]
[--dry] [--pull] [--no-run-cache] [--no-commit]
[--downstream] [--force-downstream] [--glob]
[targets [<target> ...]]
positional arguments:
Expand Down
18 changes: 10 additions & 8 deletions content/docs/command-reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ command.
## Synopsis

```usage
usage: dvc run [-h] [-q | -v] [-n <name>] [--no-exec] [--no-run-cache]
[--no-commit] [-d <path>] [-o <filename>]
[-O <filename>] [-p [<filename>:]<params_list>]
[-m <path>] [-M <path>] [--plots <path>]
[--plots-no-cache <path>] [--live <path>]
[--live-no-cache <path>] [--live-no-html] [-w <path>]
[-f] [--outs-persist <filename>]
[--outs-persist-no-cache <filename>] [-c <filename>]
usage: dvc run [-h] [-q | -v] [-n <name>]
[--no-exec] [--no-run-cache] [--no-commit]
[-d <path>] [-p [<filename>:]<params_list>]
[-o <filename>] [-O <filename>] [-c <filename>]
[--outs-persist <filename>]
[--outs-persist-no-cache <filename>]
[-m <path>] [-M <path>]
[--plots <path>] [--plots-no-cache <path>]
[--live <path>] [--live-no-cache <path>]
[--live-no-html] [-w <path>] [-f]
[--always-changed] [--external] [--desc <text>]
command
Expand Down
22 changes: 11 additions & 11 deletions content/docs/command-reference/stage/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ Helper command to create or update <abbr>stages</abbr> in `dvc.yaml`.
## Synopsis

```usage
usage: dvc stage add [-h] [-q | -v] -n <name> [-d <path>]
[-o <filename>] [-O <filename>]
[-p [<filename>:]<params_list>] [-m <path>]
[-M <path>] [--plots <path>]
[--plots-no-cache <path>] [--live <path>]
[--live-no-cache <path>] [--live-no-html]
[-w <path>] [-f] [--outs-persist <filename>]
[--outs-persist-no-cache <filename>]
[-c <filename>] [--always-changed] [--external]
[--desc <text>]
command
usage: dvc stage add [-h] [-q | -v] -n <name>
[-d <path>] [-p [<filename>:]<params_list>]
[-o <filename>] [-O <filename>] [-c <filename>]
[--outs-persist <filename>]
[--outs-persist-no-cache <filename>]
[-m <path>] [-M <path>]
[--plots <path>] [--plots-no-cache <path>]
[--live <path>] [--live-no-cache <path>]
[--live-no-html] [-w <path>] [-f]
[--always-changed] [--external] [--desc <text>]
command
positional arguments:
command Command to execute
Expand Down

0 comments on commit d131954

Please sign in to comment.