Skip to content

Commit 4ed7046

Browse files
committed
docs(import): expand startWithoutCode use case to the SSH-experiment → run.prepareCommands workflow
Per review on PR #350: startWithoutCode is also the on-ramp for getting a bare runtime container to SSH into and experiment in, then versioning the setup steps into run.prepareCommands so they persist across container replacements (SSH changes alone are non-persistent). Cross-links the SSH reference and the zerops.yaml run.prepareCommands spec anchor.
1 parent 87ffbfe commit 4ed7046

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

apps/docs/content/references/import.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,11 @@ This example includes all possible configuration options for Zerops services. No
412412
<td className="w-fit">
413413
Default: `false`<br/>
414414
Set `true` to start a runtime service's containers without waiting for a first
415-
deploy. Useful for provisioning a service whose code arrives later (e.g. via
416-
SSH or a later pipeline run).
415+
deploy. Useful when the code arrives later (a subsequent pipeline run), or when
416+
you want a live container to [SSH](/references/networking/ssh) into and play
417+
around in — once your setup steps work, version them into
418+
[`run.prepareCommands`](/zerops-yaml/specification#preparecommands--1) so they
419+
persist across container replacements.
417420
</td>
418421
</tr>
419422
<tr>

0 commit comments

Comments
 (0)