divekit uninstall

Remove the managed Divekit installation from this user account

Synopsis

Remove the managed Divekit installation from this user account.

By default, this removes the installed divekit binary, cleans up PATH entries managed by Divekit, and removes the install manifest.

Use –purge-user-data to also remove ~/.divekit, including configuration, templates, scripts, logs, and fallback secret storage.

Use –remove-tokens to also delete stored authentication tokens from the system keychain or Divekit fallback secret storage.

Usage

divekit uninstall [flags]

Flags

--dry-run           Show the uninstall plan without removing anything
      --purge-user-data   Also remove ~/.divekit and its contents
      --remove-tokens     Also remove stored authentication tokens

Inherited Flags

-l, --loglevel string   log level (debug, info, warn, error, fatal) (default "info")
      --no-index          skip project index update
      --non-interactive   run in non-interactive mode (fails if interactive input is required)
  -y, --yes               assume yes/default for all prompts (non-interactive with automatic defaults)