Skip to content

Commit

Permalink
document --run for dvc stage add (#4558)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored May 22, 2023
1 parent 26b7260 commit d67341f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/docs/command-reference/stage/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ usage: dvc stage add [-h] [-q | -v] -n <name> [-f]
[-m <path>] [-M <path>]
[--plots <path>] [--plots-no-cache <path>]
[-w <path>] [--always-changed] [--desc <text>]
[--run]
command
positional arguments:
Expand Down Expand Up @@ -214,6 +215,8 @@ data science experiments.
- `--desc <text>` - user description of the stage (optional). This doesn't
affect any DVC operations.

- `--run` - executes the stage after generating it

- `-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

0 comments on commit d67341f

Please sign in to comment.