divekit overview

Show overview of remote repositories

Synopsis

Display a comprehensive overview of distributed repositories.

Shows information about all repositories in a distribution including UUIDs, target URLs, assigned users, and current status. Can display as a table in the terminal or open the GUI focused on the selected distribution.

Information Displayed

  • Repository UUID and name
  • Target URL on GitLab
  • Assigned members
  • Repository status and activity

Usage

divekit overview [flags]

Examples

# Show overview for a distribution
divekit overview -d ST2M4

# Fetch fresh data (bypass cache)
divekit overview -d ST2M4 --no-cache

# Open the GUI focused on this distribution
divekit overview -d ST2M4 --serve

# Control API concurrency
divekit overview -d ST2M4 --workers 5

Flags

-d, --distribution string         Distribution name
      --no-cache                    Ignore cached members file and fetch fresh data from API
      --rate-limit-delay duration   Delay between per-UUID API requests (0 = default)
  -r, --remote string               Remote repository URL (e.g. GitLab instance)
  -s, --serve                       Open the GUI focused on this distribution
  -t, --token string                GitLab token or token file path (file:///...)
  -w, --workers int                 Number of concurrent API workers (0 = default)

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)