divekit plugin source add

Add a trusted plugin source

Synopsis

Add a trusted plugin source

Usage

divekit plugin source add <name> [flags]

Flags

--disabled         Add source as disabled
      --group string     GitLab group path (e.g. divekit/plugins)
      --host string      Host alias from 'divekit config hosts list' (default "gitnrw")
      --project string   Single GitLab project path (e.g. my-org/divekit-plugin-foo)
      --trusted          Confirm this source is trusted

Inherited Flags

-d, --distribution string   Target distribution override (default: project-level eval overrides and .divekit state)
  -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