divekit patch name

Reconcile distributed repository names and paths

Synopsis

Reconcile provider-side repository names and URL paths for an existing distribution.

The expected repository name is derived from the distribution config.json field “name” or the default “{{distribution}}-{{uuid}}”. When URL paths change, Divekit also refreshes remotes.json, cross-repository variables, and files that contain PagesURL/pagesUrl tokens.

Usage

divekit patch name [flags]

Flags

--apply                 Apply the planned changes
  -d, --distribution string   Distribution name
  -r, --remote string         Remote repository URL (e.g. GitLab instance)
      --scope string          Metadata scope to update: name, path, both
  -t, --token string          GitLab token or token file path (file:///...)

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)

Parent Command