From e90cf81577ab1cfa912aebf9c3c7aff6fb11cb4c Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:09:04 +0000 Subject: [PATCH 1/2] docs: remove --minimal flag from tempo download Co-authored-by: Emma Jamieson-Hoare <21029500+emmajam@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d2108-9cc6-7134-b926-198b792dae2b --- src/pages/cli/download.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/cli/download.mdx b/src/pages/cli/download.mdx index 0162e1b2..74a82429 100644 --- a/src/pages/cli/download.mdx +++ b/src/pages/cli/download.mdx @@ -21,7 +21,6 @@ tempo download [flags] | `--datadir ` | Data directory for downloaded state | | `-u, --url ` | Download a specific snapshot URL instead of the latest | | `--resumable` | Resume an interrupted download | -| `--minimal` | Download minimal snapshot (pruned state only) | | `--archive` | Download full archive snapshot | ## Examples From c7bb2ccae50e91ddbca3c4d0a07c6a7a9251e112 Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:12:29 +0000 Subject: [PATCH 2/2] docs: keep --minimal and --archive flags with validator warning Co-authored-by: Emma Jamieson-Hoare <21029500+emmajam@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d2108-9cc6-7134-b926-198b792dae2b --- src/pages/cli/download.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/cli/download.mdx b/src/pages/cli/download.mdx index 74a82429..2944aef0 100644 --- a/src/pages/cli/download.mdx +++ b/src/pages/cli/download.mdx @@ -21,7 +21,8 @@ tempo download [flags] | `--datadir ` | Data directory for downloaded state | | `-u, --url ` | Download a specific snapshot URL instead of the latest | | `--resumable` | Resume an interrupted download | -| `--archive` | Download full archive snapshot | +| `--minimal` | Download minimal snapshot (pruned state only). Do not use if running a validator. | +| `--archive` | Download full archive snapshot. Do not use if running a validator. | ## Examples