sootsim storage

sootsim storage

Clear the current guest app’s local storage through the live reload bridge, or manage persistent storage profiles for Electron and Playwright launches. Profiles isolate cookies, localStorage, IndexedDB, cache, permissions, and service workers; browser-tab launches cannot honor them.

terminal

sootsim storage clear [--sim <id>] [--json]
sootsim storage profile ls
sootsim storage profile create <id>
sootsim storage profile clear <id>
sootsim storage profile delete <id>

Options

flagdescription
--sim <id>target a specific connected sim for storage clear
--jsonemit { cleared, ready, reload } for storage clear
<id>profile id: letters, numbers, dot, dash, or underscore

Examples

terminal

sootsim storage clear
sootsim storage clear --sim a9 --json
sootsim storage profile ls
sootsim storage profile create qa
sootsim open 8081 --profile qa --driver playwright
sootsim storage profile clear qa

Two Kinds Of Storage

storage clear targets the guest app in the current sim: localStorage, sessionStorage, secure-store, and IndexedDB are cleared through the live reload bridge.

storage profile manages persistent launch profiles used by Electron and Playwright. Profiles isolate browser storage at window/context creation time, so opening with --profile <id> always creates a fresh isolated sim.

Ready to build?

Run your React Native app in the browser. No simulators, no native toolchain, no waiting.

curl -fsSL https://sootsim.com/install.sh | sh