bb-eco reset
Delete all app data — saved devices, template/drift history, and logs. Keeps the firmware cache.
Usage
bb-eco reset [options]
Options
| Option | Description |
|---|---|
--csv | Output in CSV format |
--force | Skip confirmation prompt |
--json | Output in JSON format |
--timeout | Override default timeout in milliseconds |
--verbose | Enable verbose/debug output |
-?, -h, --help | Show help and usage information |
Examples
Reset the app data interactively — the command lists exactly what will be deleted and asks before doing it:
bb-eco reset
This permanently deletes:
- all saved devices
- all configuration templates and drift history
- all logs
The downloaded firmware cache is kept.
Continue? (y/n) n
Reset cancelled.
Skip the prompt in scripts with --force. On success the command reports what was removed, e.g. App data reset. Removed 3 item(s); firmware cache kept.
note
The downloaded firmware cache is always kept — re-downloading firmware is the slow part of setting up again, and cached files are verified by checksum before every use.
This page is auto-generated from the live CLI help text. Do not edit by hand — re-run node scripts/gen-cli-reference.mjs after changes. Example sections are maintained in docs/cli-examples/ in the bb-eco repo.