divekit config hosts rm
Remove a host configuration
Synopsis
Remove a host configuration from the settings.
By default, only the host entry is removed. Use –remove-token to also delete the stored authentication token from the system keychain.
Usage
divekit config hosts rm [flags]
Examples
# Remove host entry only
divekit config hosts rm --name gitlab
# Remove host entry and stored token
divekit config hosts rm --name gitlab --remove-token
Flags
--name string Host name to remove
--remove-token Also remove stored token
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)