Commit 15dfe0d
authored
chore: remove orphan --archiver flag usages from start invocations (#23186)
## Motivation
The top-level `--archiver` flag was removed from `aztec start`, but
several scripts, Helm/Terraform values, and docs still pass it. Leaving
these in place would break node and prover startup once they pick up the
new CLI.
## Approach
Grepped the repo for bare `--archiver` (excluding nested
`--archiver.<option>` flags, which are still valid) and removed every
occurrence from start commands, docs, and the bot CLI handler. Also
dropped the now-stale check for an `archiver` option in `start_bot.ts`
and a stray comment in `aztec_start_options.ts`.
## Changes
- **docker-compose.yml**: drop `--archiver` from the node entrypoint
- **spartan (helm + terraform values)**: remove `--archiver` from
`aztec-node`, `aztec-validator`, `aztec-prover-stack`, and the
`full-node`, `rpc`, `archive`, `blob-sink` terraform values; update
`aztec-node/README.md` examples and options table
- **yarn-project/aztec**: drop `archiver` from the unsupported-flags
check in `start_bot.ts`; remove stale comment in
`aztec_start_options.ts`
- **docs/docs-operate**: drop `--archiver` from the
node/prover/sequencer setup, troubleshooting, and CLI reference pages;
reword the reference prose to use `--archiver.blobSinkUrl` as the
example
Versioned snapshots under `docs/network_versioned_docs/version-v4.2.0/`
are intentionally left untouched.1 parent f0b537d commit 15dfe0d
16 files changed
Lines changed: 7 additions & 29 deletions
File tree
- docs/docs-operate/operators
- monitoring
- reference
- setup
- spartan
- aztec-node
- aztec-prover-stack
- aztec-validator
- terraform/deploy-aztec-infra/values
- yarn-project/aztec/src/cli
- cmds
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 122 | | |
126 | 123 | | |
127 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
414 | 413 | | |
415 | 414 | | |
416 | 415 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
94 | | - | |
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
| |||
144 | 142 | | |
145 | 143 | | |
146 | 144 | | |
147 | | - | |
| 145 | + | |
148 | 146 | | |
149 | 147 | | |
150 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
0 commit comments