← Back to Explore

code-block-variants

Code block info strings sh and shell execute while json is display-only

transitions

Rundown


# Code Block Variants

## 1. Execute sh block

- PASS: CONTINUE

```sh
rd echo "sh block"
```

## 2. Display-only block

- PASS: COMPLETE

```json
{"status": "display-only"}
```

Run

sh block executes and json block is display-only

Initializing...

Initializing...

Step/