← Back to Explore

stash-pop-basic

Stash mid-execution and resume with pop

stash-pop

Rundown


# Stash Pop Basic

Demonstrates stashing a runbook mid-execution and resuming with pop.

## 1. Initial work

- PASS: CONTINUE

```bash
rd echo "step one"
```

## 2. Final work

- PASS: COMPLETE

```bash
rd echo "step two"
```

Run

Stash after step 1, pop to resume at step 2, then complete

Initializing...

Initializing...

Step/