divekit index refresh
Verify and update all indexed projects
Synopsis
Refresh the project index by validating all entries.
Iterates through all indexed projects and:
- Verifies that each project path still exists
- Checks that each path is a valid Divekit project
- Updates the list of distributions for valid projects
- Removes invalid or deleted projects from the index
Usage
divekit index refresh [flags]
Examples
# Refresh the entire project index
divekit index refresh
# Refresh without interactive prompts
divekit index refresh --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)