divekit auth unset

Remove a configured GitLab instance

Synopsis

Remove a configured GitLab instance and its stored token.

If no hostname is provided, you will be prompted to select from configured instances.

Usage

divekit auth unset [hostname] [flags]

Examples

# Remove interactively (select from list)
divekit auth unset

# Remove a specific instance
divekit auth unset gitnrw

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)

Parent Command