db abort
Cancel the current session and clean up all local resources.
Usage
postkit db abort [-f]
Options
| Option | Description |
|---|---|
-f | Skip confirmation prompts |
-v, --verbose | Enable verbose output |
--json | Output as JSON |
What It Does
- Prompts for confirmation (unless
-f) - Removes the session file (
.postkit/db/session.json) - Cleans up session-specific files
Warning: This will discard any uncommitted changes made during the session.