Skip to content

Commit a78e7e5

Browse files
authored
docs: Align the doc to moon run --help cli prompt. (#2084)
docs: Align the doc to moon run --help cli prompt.
1 parent 11f35e5 commit a78e7e5

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

website/docs/commands/run.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,21 @@ behavior for `moon ci`, and is also useful for pre-commit hooks.
6666
- `-f`, `--force` - Force run and ignore touched files and affected status. Will not query VCS.
6767
- `--dependents` - Run downstream dependent targets (of the same task name) as well.
6868
- `-i`, `--interactive` - Run the target in an interactive mode.
69-
- `--profile <type>` - Record and [generate a profile](../guides/profile) for ran tasks.
70-
- Types: `cpu`, `heap`
7169
- `--query` - Filter projects to run targets against using
7270
[a query statement](../concepts/query-lang). <VersionLabel version="1.3.0" />
73-
- `--summary` - Display a summary and stats of the current run. <VersionLabel version="1.25.0" />
71+
- `-s`, `--summary` - Display a summary and stats of the current run. <VersionLabel version="1.25.0" />
7472
- `-u`, `--updateCache` - Bypass cache and force update any existing items.
7573
- `--no-actions` - Run the task without running [other actions](../how-it-works/action-graph) in the
7674
pipeline.
7775
<VersionLabel version="1.34.0" />
7876
- `-n`, `--no-bail` - When a task fails, continue executing other tasks instead of aborting
7977
immediately
8078

79+
#### Debugging
80+
81+
- `--profile <type>` - Record and [generate a profile](../guides/profile) for ran tasks.
82+
- Types: `cpu`, `heap`
83+
8184
#### Affected
8285

8386
- `--affected` - Only run target if affected by changed files, _otherwise_ will always run.

0 commit comments

Comments
 (0)