Sha256: 70ea5329a3e780aa7e9af0ac5ba6f7542f52042bd74efa44ff46674d4f8815fc
Contents?: true
Size: 1.27 KB
Versions: 30
Compression:
Stored size: 1.27 KB
Contents
# uffizzi-connect-acr - grant a Uffizzi user account access to a private Azure Container Registry (ACR) ## SYNOPSIS `uffizzi connect acr` [--registry=REGISTRY] [--username=USERNAME] [--password=PASSWORD] ## DESCRIPTION Given valid credentials, grants a Uffizzi user account access to a private Azure Container Registry Credentials can be provided interactively or non-interactively via command options or environment variables: `ACR_REGISTRY_URL`, `ACR_REGISTRY_USERNAME`, `ACR_REGISTRY_PASSWORD` This command can fail for the following reasons: - The active user does not have permission to connect external services. - The given credentials are invalid. For more information on connecting to external services, see: https://docs.uffizzi.com/references/cli/ For detailed instructions on configuring webhooks to send push notifications to Uffizzi, see: https://docs.uffizzi.com/guides/container-registry-integrations ## OPTIONS * `-r`, `--registry=<registry>`: URL of the service. * `-u`, `--username=<username>`: Username for the service. * `-p`, `--password=<password>`: Password for the service. ## EXAMPLES The following command will prompt the user to enter ACR credentials, including registry domain, Docker ID and password or access token: `uffizzi connect acr`
Version data entries
30 entries across 30 versions & 1 rubygems