Setup
bl reload
Reload the current page
Reload the current page
Usage
bl reload [OPTIONS]Options
| Option | Description |
|---|---|
--ignore-cache | Bypass the browser cache when reloading |
--wait <value> | Readiness state to wait for before returning (default: complete) |
--headless | Hide browser window (visible by default) |
--json | Output as JSON |
--session <value> | Run this command in the named session (env: BL_SESSION; default: "default") |
Global options
| Option | Description |
|---|---|
-v, --verbose | Enable debug logging |
Examples
bl reload
# Reload the current page
bl reload --ignore-cache
# Reload, bypassing the browser cache
bl reload --wait interactive
# Return as soon as the DOM is interactive