Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/reference/replicated-cli-registry-add-dockerhub.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/replicated-cli-registry-add-ecr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/replicated-cli-registry-add-gar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/replicated-cli-registry-add-gcr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 6 additions & 4 deletions docs/reference/replicated-cli-registry-add-ghcr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/replicated-cli-registry-add-other.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/replicated-cli-registry-add-quay.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down