Skip to main content

VKPR argocd set repository

Description

Sync a repository with the ArgoCD.

Commands

Interactive inputs:

  vkpr argocd set repository [flags]

Argument Reference

Flags

  --repo_url   Specifies the Git repository URL to ArgoCD sync the repository.

Setting Provider credentials

CAUTION: Setting credentials manually will override the credentials already saved in memory

Gitlab

  rit set credential --provider="gitlab" --fields="token,username" --values="your-token,your-username"

See Also