Wait for completion
Immediately after an interactive upload:last resolves to the newest job in the selected wiki. SDK and API writes return
a nullable job record whose ID can be retained for exact waiting. CLI uploads do
not currently expose that ID, so serialize CLI writes and wait immediately.
Choose the view you need
| Goal | Command |
|---|---|
| List recent jobs | almanac jobs |
| Read final state | almanac jobs show job_123 |
| Read recorded events | almanac jobs events job_123 |
| Stream new events | almanac jobs tail job_123 |
| Block until terminal state | almanac jobs wait job_123 |
Investigate a failure
Next: search the updated wiki
Find the pages written by the successful job.
