Skip to content

Commit 9186faa

Browse files
author
Replicated Release Pipeline
committed
Update Replicated CLI docs for v0.112.0
1 parent 21193bc commit 9186faa

7 files changed

+18
-4
lines changed

docs/reference/replicated-cli-registry-add-dockerhub.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ replicated registry add dockerhub [flags]
1313
### Options
1414

1515
```
16+
--app-ids string Comma-separated list of app IDs to scope this registry to
1617
--authtype string Auth type for the registry (default "password")
1718
-h, --help help for dockerhub
19+
--name string Name for the registry
1820
-o, --output string The output format to use. One of: json|table (default "table")
1921
--password string The password to authenticate to the registry with
2022
--password-stdin Take the password from stdin

docs/reference/replicated-cli-registry-add-ecr.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ replicated registry add ecr [flags]
1414

1515
```
1616
--accesskeyid string The access key id to authenticate to the registry with
17+
--app-ids string Comma-separated list of app IDs to scope this registry to
1718
--endpoint string The ECR endpoint
1819
-h, --help help for ecr
20+
--name string Name for the registry
1921
-o, --output string The output format to use. One of: json|table (default "table")
2022
--secretaccesskey string The secret access key to authenticate to the registry with
2123
--secretaccesskey-stdin Take the secret access key from stdin

docs/reference/replicated-cli-registry-add-gar.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ replicated registry add gar [flags]
1313
### Options
1414

1515
```
16+
--app-ids string Comma-separated list of app IDs to scope this registry to
1617
--authtype string Auth type for the registry (default "serviceaccount")
1718
--endpoint string The GAR endpoint
1819
-h, --help help for gar
20+
--name string Name for the registry
1921
-o, --output string The output format to use. One of: json|table (default "table")
2022
--serviceaccountkey string The service account key to authenticate to the registry with
2123
--serviceaccountkey-stdin Take the service account key from stdin

docs/reference/replicated-cli-registry-add-gcr.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ replicated registry add gcr [flags]
1313
### Options
1414

1515
```
16+
--app-ids string Comma-separated list of app IDs to scope this registry to
1617
--endpoint string The GCR endpoint
1718
-h, --help help for gcr
19+
--name string Name for the registry
1820
-o, --output string The output format to use. One of: json|table (default "table")
1921
--serviceaccountkey string The service account key to authenticate to the registry with
2022
--serviceaccountkey-stdin Take the service account key from stdin

docs/reference/replicated-cli-registry-add-ghcr.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ replicated registry add ghcr [flags]
1313
### Options
1414

1515
```
16-
-h, --help help for ghcr
17-
-o, --output string The output format to use. One of: json|table (default "table")
18-
--token string The token to use to auth to the registry with
19-
--token-stdin Take the token from stdin
16+
--app-ids string Comma-separated list of app IDs to scope this registry to
17+
-h, --help help for ghcr
18+
--name string Name for the registry
19+
-o, --output string The output format to use. One of: json|table (default "table")
20+
--token string The token to use to auth to the registry with
21+
--token-stdin Take the token from stdin
2022
```
2123

2224
### Options inherited from parent commands

docs/reference/replicated-cli-registry-add-other.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ replicated registry add other [flags]
1313
### Options
1414

1515
```
16+
--app-ids string Comma-separated list of app IDs to scope this registry to
1617
--endpoint string endpoint for the registry
1718
-h, --help help for other
19+
--name string Name for the registry
1820
-o, --output string The output format to use. One of: json|table (default "table")
1921
--password string The password to authenticate to the registry with
2022
--password-stdin Take the password from stdin

docs/reference/replicated-cli-registry-add-quay.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ replicated registry add quay [flags]
1313
### Options
1414

1515
```
16+
--app-ids string Comma-separated list of app IDs to scope this registry to
1617
-h, --help help for quay
18+
--name string Name for the registry
1719
-o, --output string The output format to use. One of: json|table (default "table")
1820
--password string The password to authenticate to the registry with
1921
--password-stdin Take the password from stdin

0 commit comments

Comments
 (0)