Skip to main content

db abort

Cancel the current session and clean up all local resources.

Usage

postkit db abort [-f]

Options

OptionDescription
-fSkip confirmation prompts
-v, --verboseEnable verbose output
--jsonOutput as JSON

What It Does

  1. Prompts for confirmation (unless -f)
  2. Removes the session file (.postkit/db/session.json)
  3. Cleans up session-specific files

Warning: This will discard any uncommitted changes made during the session.

  • start - Start a new session
  • status - Check session state