Skip to content

Commit

Permalink
remove redundant callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Jun 2, 2023
1 parent d4a51ab commit 2702748
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions docs/pages/repo/docs/reference/command-line-reference/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -410,14 +410,14 @@ turbo run build -vvv

## Deprecated

### `--include-dependencies`

<Callout type="error">
`--include-dependencies` is deprecated in `1.2.x`. Please use
[`--filter`](/repo/docs/core-concepts/monorepos/filtering#include-dependencies-of-matched-workspaces)
instead.
The options below are deprecated. Please use their noted alternatives instead.
</Callout>

### `--include-dependencies`

**deprecated in: 1.2.x**, use [`--filter`](/repo/docs/core-concepts/monorepos/filtering#include-dependencies-of-matched-workspaces) instead.

Default `false`. When `true`, `turbo` will add any workspaces that the
workspaces in the current execution _depend_ on (i.e. those declared in
`dependencies` or `devDependencies`).
Expand All @@ -427,11 +427,7 @@ dependency needed for the execution is actually executed.

### `--deps`

<Callout type="error">
`--deps` is deprecated in `1.2.x`. Please use
[`--filter`](/repo/docs/core-concepts/monorepos/filtering#include-dependents-of-matched-workspaces)
instead.
</Callout>
\*\*deprecated in `1.2.x`, use [`--filter`](/repo/docs/core-concepts/monorepos/filtering#include-dependents-of-matched-workspaces) instead.

Defaults to `true`. Include dependent workspace consumers in the execution.

Expand All @@ -451,10 +447,7 @@ because they are not impacted by the change. If you were to run

### `--scope`

<Callout type="error">
`--scope` is deprecated in `1.2.x`. Please use
[`--filter`](/repo/docs/core-concepts/monorepos/filtering#filter-by-package) instead.
</Callout>
**deprecated in 1.2.x**, use [`--filter`](/repo/docs/core-concepts/monorepos/filtering#filter-by-package) instead.

`type: string[]`

Expand All @@ -468,11 +461,7 @@ turbo run dev --scope="@example/a" --scope="@example/b" --no-cache --no-deps

### `--since`

<Callout type="error">
`--since` is deprecated in `1.2.x`, use
[`--filter`](/repo/docs/core-concepts/monorepos/filtering#filter-by-changed-workspaces)
instead.
</Callout>
**deprecated in 1.2.x**, use [`--filter`](/repo/docs/core-concepts/monorepos/filtering#filter-by-changed-workspaces) instead.

Filter execution based on which workspaces have changed since a merge-base.

Expand Down

0 comments on commit 2702748

Please sign in to comment.