Documentation navigationNavigare documentație
LESSON 1 OF 14LECȚIA 1 DIN 14
Prepare the local stackPregătește stack-ul local
Verify exact release identity and dependency readiness before mutation.Verifică identitatea exactă a release-ului și disponibilitatea dependențelor înainte de mutații.
- ContextContext
- isolated-loopback-course
- Required roleRol necesar
- public
- HeadersHeadere
- Content-Type · Origin
- FixturesFixture-uri
- course-stack
01 · RUN LOCALLYRULEAZĂ LOCAL
Copy the chapter commandCopiază comanda capitolului
Start the isolated course environment.Pornește mediul izolat al cursului.
./scripts/docula-course chapter prepare-local-stack --workspace "$DOCULA_COURSE_WORKSPACE"02 · CHECK THE CONTRACTVERIFICĂ CONTRACTUL
Expected released responseRăspuns publicat așteptat
{
"operation_id": "getReadiness",
"kind": "response",
"status": 200,
"media_type": "application/json"
}03 · CHECKPOINT
Required assertionAserțiune obligatorie
{
"assertion": "actual.status == \"ready\"",
"protocol_sha256": "fc83610ec1cd5eb2ba9c99f1361bf6e917a54b6cb68f58eb888321f6ca4ea3ce"
}