@@ -40,8 +40,9 @@ Available Commands:
40
40
status Describes Charts Status
41
41
42
42
Flags:
43
- -h, --help help for registry
44
- --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
43
+ -h, --help help for registry
44
+ --platform.endpoint string Platform Repository URL (default "https://arangodb-platform-prd-chart-registry.s3.amazonaws.com")
45
+ --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
45
46
46
47
Global Flags:
47
48
-n, --namespace string Kubernetes Namespace (default "default")
@@ -60,11 +61,12 @@ Usage:
60
61
arangodb_operator_platform registry install [flags] [...charts]
61
62
62
63
Flags:
63
- -a, --all Runs on all items
64
- -h, --help help for install
65
- -o, --output string Output format. Allowed table, json, yaml (default "table")
66
- --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
67
- -u, --upgrade Enable upgrade procedure
64
+ -a, --all Runs on all items
65
+ -h, --help help for install
66
+ -o, --output string Output format. Allowed table, json, yaml (default "table")
67
+ --platform.endpoint string Platform Repository URL (default "https://arangodb-platform-prd-chart-registry.s3.amazonaws.com")
68
+ --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
69
+ -u, --upgrade Enable upgrade procedure
68
70
69
71
Global Flags:
70
72
-n, --namespace string Kubernetes Namespace (default "default")
@@ -81,9 +83,10 @@ Usage:
81
83
arangodb_operator_platform registry status [flags]
82
84
83
85
Flags:
84
- -h, --help help for status
85
- -o, --output string Output format. Allowed table, json, yaml (default "table")
86
- --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
86
+ -h, --help help for status
87
+ -o, --output string Output format. Allowed table, json, yaml (default "table")
88
+ --platform.endpoint string Platform Repository URL (default "https://arangodb-platform-prd-chart-registry.s3.amazonaws.com")
89
+ --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
87
90
88
91
Global Flags:
89
92
-n, --namespace string Kubernetes Namespace (default "default")
@@ -105,8 +108,9 @@ Available Commands:
105
108
status Shows Service Status
106
109
107
110
Flags:
108
- -h, --help help for service
109
- --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
111
+ -h, --help help for service
112
+ --platform.endpoint string Platform Repository URL (default "https://arangodb-platform-prd-chart-registry.s3.amazonaws.com")
113
+ --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
110
114
111
115
Global Flags:
112
116
-n, --namespace string Kubernetes Namespace (default "default")
@@ -125,9 +129,10 @@ Usage:
125
129
arangodb_operator_platform service enable [flags] deployment name chart
126
130
127
131
Flags:
128
- -h, --help help for enable
129
- --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
130
- -f, --values strings Chart values
132
+ -h, --help help for enable
133
+ --platform.endpoint string Platform Repository URL (default "https://arangodb-platform-prd-chart-registry.s3.amazonaws.com")
134
+ --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
135
+ -f, --values strings Chart values
131
136
132
137
Global Flags:
133
138
-n, --namespace string Kubernetes Namespace (default "default")
@@ -144,9 +149,10 @@ Usage:
144
149
arangodb_operator_platform service enable-service [flags] deployment chart
145
150
146
151
Flags:
147
- -h, --help help for enable-service
148
- --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
149
- -f, --values strings Chart values
152
+ -h, --help help for enable-service
153
+ --platform.endpoint string Platform Repository URL (default "https://arangodb-platform-prd-chart-registry.s3.amazonaws.com")
154
+ --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
155
+ -f, --values strings Chart values
150
156
151
157
Global Flags:
152
158
-n, --namespace string Kubernetes Namespace (default "default")
@@ -163,9 +169,10 @@ Usage:
163
169
arangodb_operator_platform service status [flags] deployment
164
170
165
171
Flags:
166
- -h, --help help for status
167
- -o, --output string Output format. Allowed table, json, yaml (default "table")
168
- --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
172
+ -h, --help help for status
173
+ -o, --output string Output format. Allowed table, json, yaml (default "table")
174
+ --platform.endpoint string Platform Repository URL (default "https://arangodb-platform-prd-chart-registry.s3.amazonaws.com")
175
+ --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
169
176
170
177
Global Flags:
171
178
-n, --namespace string Kubernetes Namespace (default "default")
@@ -203,7 +210,7 @@ Use "arangodb_operator_platform package [command] --help" for more information a
203
210
Dumps the current setup of the platform
204
211
205
212
Usage:
206
- arangodb_operator_platform package dump [flags] deployment
213
+ arangodb_operator_platform package dump [flags]
207
214
208
215
Flags:
209
216
-h, --help help for dump
@@ -221,10 +228,11 @@ Global Flags:
221
228
Installs the specified setup of the platform
222
229
223
230
Usage:
224
- arangodb_operator_platform package install [flags] deployment package
231
+ arangodb_operator_platform package install [flags] package
225
232
226
233
Flags:
227
- -h, --help help for install
234
+ -h, --help help for install
235
+ --platform.endpoint string Platform Repository URL (default "https://arangodb-platform-prd-chart-registry.s3.amazonaws.com")
228
236
229
237
Global Flags:
230
238
-n, --namespace string Kubernetes Namespace (default "default")
0 commit comments