Skip to content

Commit

Permalink
docs: Mark --no-cache and --remote-only as deprecated. (#9488)
Browse files Browse the repository at this point in the history
### Description

These options were deprecated in 2.3.
  • Loading branch information
anthonyshew authored Nov 22, 2024
1 parent fec234f commit ac7c7cc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/repo-docs/reference/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,11 @@ turbo run dev --log-prefix=none
### `--no-cache`
<Callout type="warn" title="Deprecated">
This flag is deprecated and will be removed in a future major release. Please
use the [`--cache`](#--cache-options) flag instead.
</Callout>
Default `false`
Do not cache results of the task.
Expand Down Expand Up @@ -511,6 +516,11 @@ turbo run build --remote-cache-timeout=60
### `--remote-only`
<Callout type="warn" title="Deprecated">
This flag is deprecated and will be removed in a future major release. Please
use the [`--cache`](#--cache-options) flag instead.
</Callout>
Default: `false`
Ignore the local filesystem cache for all tasks, using Remote Cache for reading and caching task outputs.
Expand Down

0 comments on commit ac7c7cc

Please sign in to comment.