diff --git a/content/docs/command-reference/stage/add.md b/content/docs/command-reference/stage/add.md index d6c6b6cacb..4756d4af2f 100644 --- a/content/docs/command-reference/stage/add.md +++ b/content/docs/command-reference/stage/add.md @@ -13,6 +13,7 @@ usage: dvc stage add [-h] [-q | -v] -n [-f] [-m ] [-M ] [--plots ] [--plots-no-cache ] [-w ] [--always-changed] [--desc ] + [--run] command positional arguments: @@ -214,6 +215,8 @@ data science experiments. - `--desc ` - 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