diff --git a/docs/reference/replicated-cli-registry-add-dockerhub.mdx b/docs/reference/replicated-cli-registry-add-dockerhub.mdx index 6ef0fe8548..fe32bb4e0e 100644 --- a/docs/reference/replicated-cli-registry-add-dockerhub.mdx +++ b/docs/reference/replicated-cli-registry-add-dockerhub.mdx @@ -13,8 +13,10 @@ replicated registry add dockerhub [flags] ### Options ``` + --app-ids string Comma-separated list of app IDs to scope this registry to --authtype string Auth type for the registry (default "password") -h, --help help for dockerhub + --name string Name for the registry -o, --output string The output format to use. One of: json|table (default "table") --password string The password to authenticate to the registry with --password-stdin Take the password from stdin diff --git a/docs/reference/replicated-cli-registry-add-ecr.mdx b/docs/reference/replicated-cli-registry-add-ecr.mdx index fe455fdbca..c742c72c82 100644 --- a/docs/reference/replicated-cli-registry-add-ecr.mdx +++ b/docs/reference/replicated-cli-registry-add-ecr.mdx @@ -14,8 +14,10 @@ replicated registry add ecr [flags] ``` --accesskeyid string The access key id to authenticate to the registry with + --app-ids string Comma-separated list of app IDs to scope this registry to --endpoint string The ECR endpoint -h, --help help for ecr + --name string Name for the registry -o, --output string The output format to use. One of: json|table (default "table") --secretaccesskey string The secret access key to authenticate to the registry with --secretaccesskey-stdin Take the secret access key from stdin diff --git a/docs/reference/replicated-cli-registry-add-gar.mdx b/docs/reference/replicated-cli-registry-add-gar.mdx index 55120a3db8..57781a2b50 100644 --- a/docs/reference/replicated-cli-registry-add-gar.mdx +++ b/docs/reference/replicated-cli-registry-add-gar.mdx @@ -13,9 +13,11 @@ replicated registry add gar [flags] ### Options ``` + --app-ids string Comma-separated list of app IDs to scope this registry to --authtype string Auth type for the registry (default "serviceaccount") --endpoint string The GAR endpoint -h, --help help for gar + --name string Name for the registry -o, --output string The output format to use. One of: json|table (default "table") --serviceaccountkey string The service account key to authenticate to the registry with --serviceaccountkey-stdin Take the service account key from stdin diff --git a/docs/reference/replicated-cli-registry-add-gcr.mdx b/docs/reference/replicated-cli-registry-add-gcr.mdx index 4ef37c55f4..6812a9b4f3 100644 --- a/docs/reference/replicated-cli-registry-add-gcr.mdx +++ b/docs/reference/replicated-cli-registry-add-gcr.mdx @@ -13,8 +13,10 @@ replicated registry add gcr [flags] ### Options ``` + --app-ids string Comma-separated list of app IDs to scope this registry to --endpoint string The GCR endpoint -h, --help help for gcr + --name string Name for the registry -o, --output string The output format to use. One of: json|table (default "table") --serviceaccountkey string The service account key to authenticate to the registry with --serviceaccountkey-stdin Take the service account key from stdin diff --git a/docs/reference/replicated-cli-registry-add-ghcr.mdx b/docs/reference/replicated-cli-registry-add-ghcr.mdx index f415c3195f..096360c23c 100644 --- a/docs/reference/replicated-cli-registry-add-ghcr.mdx +++ b/docs/reference/replicated-cli-registry-add-ghcr.mdx @@ -13,10 +13,12 @@ replicated registry add ghcr [flags] ### Options ``` - -h, --help help for ghcr - -o, --output string The output format to use. One of: json|table (default "table") - --token string The token to use to auth to the registry with - --token-stdin Take the token from stdin + --app-ids string Comma-separated list of app IDs to scope this registry to + -h, --help help for ghcr + --name string Name for the registry + -o, --output string The output format to use. One of: json|table (default "table") + --token string The token to use to auth to the registry with + --token-stdin Take the token from stdin ``` ### Options inherited from parent commands diff --git a/docs/reference/replicated-cli-registry-add-other.mdx b/docs/reference/replicated-cli-registry-add-other.mdx index 6491089dee..bc987098bf 100644 --- a/docs/reference/replicated-cli-registry-add-other.mdx +++ b/docs/reference/replicated-cli-registry-add-other.mdx @@ -13,8 +13,10 @@ replicated registry add other [flags] ### Options ``` + --app-ids string Comma-separated list of app IDs to scope this registry to --endpoint string endpoint for the registry -h, --help help for other + --name string Name for the registry -o, --output string The output format to use. One of: json|table (default "table") --password string The password to authenticate to the registry with --password-stdin Take the password from stdin diff --git a/docs/reference/replicated-cli-registry-add-quay.mdx b/docs/reference/replicated-cli-registry-add-quay.mdx index 8af49c9dec..63d4e839a8 100644 --- a/docs/reference/replicated-cli-registry-add-quay.mdx +++ b/docs/reference/replicated-cli-registry-add-quay.mdx @@ -13,7 +13,9 @@ replicated registry add quay [flags] ### Options ``` + --app-ids string Comma-separated list of app IDs to scope this registry to -h, --help help for quay + --name string Name for the registry -o, --output string The output format to use. One of: json|table (default "table") --password string The password to authenticate to the registry with --password-stdin Take the password from stdin