Commit a5eacc7
docs(cli): refresh managed-index-controller JSDoc for offline mode
The previous JSDoc still referenced `trigger deploy --build-only` /
`--register-only` (CLI flags that were removed) and described offline
mode as writing files "for the host-side CLI to read." That isn't what
happens any more: in offline mode the indexer writes the artifacts
into the working directory, the multi-stage Containerfile copies them
into the final image, and downstream tooling reads them out of the
runtime image (in our case via a Helm Job init container).
Update the comment to match the actual flow and reference
`trigger.dev/internal`'s buildImage({ offlineIndex: true }) as the
intended consumer in self-hosted setups. Also drop the now-meaningless
"behaves exactly as it did before two-phase deploy was added" line.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 40072bf commit a5eacc7
1 file changed
Lines changed: 11 additions & 9 deletions
Lines changed: 11 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | | - | |
34 | | - | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
0 commit comments