divekit install

Install divekit into a managed user-level bin directory

Synopsis

Install divekit into a managed user-level bin directory for easy access from any directory.

By default, Divekit prefers ~/.local/bin on Unix when that directory already exists or is already part of your PATH. Otherwise it falls back to ~/.divekit/bin. On Windows, Divekit installs into %USERPROFILE%.divekit\bin\divekit.exe.

Set DIVEKIT_INSTALL_DIR to override the install directory when needed.

Usage

divekit install [flags]

Examples

# Install divekit into the preferred managed user bin directory
divekit install

# Non-interactive installation
divekit install --non-interactive

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)