@@ -4,181 +4,6 @@ parent: Binaries
4
4
title : arangodb_operator_platform
5
5
---
6
6
7
- # ArangoDB Operator Platform Command
8
-
9
- [ START_INJECT ] : # ( arangodb_operator_platform_cmd )
10
- ```
11
- Usage:
12
- arangodb_operator_platform [command]
13
-
14
- Available Commands:
15
- completion Generate the autocompletion script for the specified shell
16
- help Help about any command
17
- package Release Package related operations
18
- registry Registry related operations
19
- service Service related operations
20
-
21
- Flags:
22
- -h, --help help for arangodb_operator_platform
23
- -n, --namespace string Kubernetes Namespace (default "default")
24
-
25
- Use "arangodb_operator_platform [command] --help" for more information about a command.
26
- ```
27
- [ END_INJECT ] : # ( arangodb_operator_platform_cmd )
28
-
29
- # ArangoDB Operator Platform Registry Command
30
-
31
- [ START_INJECT ] : # ( arangodb_operator_platform_registry_cmd )
32
- ```
33
- Registry related operations
34
-
35
- Usage:
36
- arangodb_operator_platform registry [command]
37
-
38
- Available Commands:
39
- install Manages the Chart Installation
40
- status Describes Charts Status
41
-
42
- Flags:
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)
46
-
47
- Global Flags:
48
- -n, --namespace string Kubernetes Namespace (default "default")
49
-
50
- Use "arangodb_operator_platform registry [command] --help" for more information about a command.
51
- ```
52
- [ END_INJECT ] : # ( arangodb_operator_platform_registry_cmd )
53
-
54
- # ArangoDB Operator Platform Registry Install Command
55
-
56
- [ START_INJECT ] : # ( arangodb_operator_platform_registry_install_cmd )
57
- ```
58
- Manages the Chart Installation
59
-
60
- Usage:
61
- arangodb_operator_platform registry install [flags] [...charts]
62
-
63
- Flags:
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
70
-
71
- Global Flags:
72
- -n, --namespace string Kubernetes Namespace (default "default")
73
- ```
74
- [ END_INJECT ] : # ( arangodb_operator_platform_registry_install_cmd )
75
-
76
- # ArangoDB Operator Platform Registry Status Command
77
-
78
- [ START_INJECT ] : # ( arangodb_operator_platform_registry_status_cmd )
79
- ```
80
- Describes Charts Status
81
-
82
- Usage:
83
- arangodb_operator_platform registry status [flags]
84
-
85
- Flags:
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)
90
-
91
- Global Flags:
92
- -n, --namespace string Kubernetes Namespace (default "default")
93
- ```
94
- [ END_INJECT ] : # ( arangodb_operator_platform_registry_status_cmd )
95
-
96
- # ArangoDB Operator Platform Service Command
97
-
98
- [ START_INJECT ] : # ( arangodb_operator_platform_service_cmd )
99
- ```
100
- Service related operations
101
-
102
- Usage:
103
- arangodb_operator_platform service [command]
104
-
105
- Available Commands:
106
- enable Manages Service Installation/Management
107
- enable-service Manages Service Installation/Management
108
- status Shows Service Status
109
-
110
- Flags:
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)
114
-
115
- Global Flags:
116
- -n, --namespace string Kubernetes Namespace (default "default")
117
-
118
- Use "arangodb_operator_platform service [command] --help" for more information about a command.
119
- ```
120
- [ END_INJECT ] : # ( arangodb_operator_platform_service_cmd )
121
-
122
- # ArangoDB Operator Platform Service Enable Command
123
-
124
- [ START_INJECT ] : # ( arangodb_operator_platform_service_enable_cmd )
125
- ```
126
- Manages Service Installation/Management
127
-
128
- Usage:
129
- arangodb_operator_platform service enable [flags] deployment name chart
130
-
131
- Flags:
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
136
-
137
- Global Flags:
138
- -n, --namespace string Kubernetes Namespace (default "default")
139
- ```
140
- [ END_INJECT ] : # ( arangodb_operator_platform_service_enable_cmd )
141
-
142
- # ArangoDB Operator Platform Service EnableService Command
143
-
144
- [ START_INJECT ] : # ( arangodb_operator_platform_service_enableservice_cmd )
145
- ```
146
- Manages Service Installation/Management
147
-
148
- Usage:
149
- arangodb_operator_platform service enable-service [flags] deployment chart
150
-
151
- Flags:
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
156
-
157
- Global Flags:
158
- -n, --namespace string Kubernetes Namespace (default "default")
159
- ```
160
- [ END_INJECT ] : # ( arangodb_operator_platform_service_enableservice_cmd )
161
-
162
- # ArangoDB Operator Platform Service Status Command
163
-
164
- [ START_INJECT ] : # ( arangodb_operator_platform_service_status_cmd )
165
- ```
166
- Shows Service Status
167
-
168
- Usage:
169
- arangodb_operator_platform service status [flags] deployment
170
-
171
- Flags:
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)
176
-
177
- Global Flags:
178
- -n, --namespace string Kubernetes Namespace (default "default")
179
- ```
180
- [ END_INJECT ] : # ( arangodb_operator_platform_service_status_cmd )
181
-
182
7
# ArangoDB Operator Platform Package Command
183
8
184
9
[ START_INJECT ] : # ( arangodb_operator_platform_package_cmd )
@@ -190,14 +15,17 @@ Usage:
190
15
191
16
Available Commands:
192
17
dump Dumps the current setup of the platform
18
+ export Export the package in the ZIP Format
19
+ import Imports the package from the ZIP format
193
20
install Installs the specified setup of the platform
21
+ merge Merges definitions into single file
194
22
195
23
Flags:
196
- -h, --help help for package
197
- --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
24
+ -h, --help help for package
198
25
199
26
Global Flags:
200
- -n, --namespace string Kubernetes Namespace (default "default")
27
+ --kubeconfig string Kubernetes Config File
28
+ -n, --namespace string Kubernetes Namespace (default "default")
201
29
202
30
Use "arangodb_operator_platform package [command] --help" for more information about a command.
203
31
```
@@ -213,11 +41,12 @@ Usage:
213
41
arangodb_operator_platform package dump [flags]
214
42
215
43
Flags:
216
- -h, --help help for dump
44
+ -h, --help help for dump
45
+ --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
217
46
218
47
Global Flags:
219
- -n, --namespace string Kubernetes Namespace (default "default")
220
- --platform.name string Kubernetes Platform Name (name of the ArangoDeployment )
48
+ --kubeconfig string Kubernetes Config File
49
+ -n, --namespace string Kubernetes Namespace (default "default" )
221
50
```
222
51
[ END_INJECT ] : # ( arangodb_operator_platform_package_dump_cmd )
223
52
@@ -228,15 +57,16 @@ Global Flags:
228
57
Installs the specified setup of the platform
229
58
230
59
Usage:
231
- arangodb_operator_platform package install [flags] package
60
+ arangodb_operator_platform package install [flags] ... packages
232
61
233
62
Flags:
234
63
-h, --help help for install
235
64
--platform.endpoint string Platform Repository URL (default "https://arangodb-platform-prd-chart-registry.s3.amazonaws.com")
65
+ --platform.name string Kubernetes Platform Name (name of the ArangoDeployment)
236
66
237
67
Global Flags:
238
- -n, --namespace string Kubernetes Namespace (default "default")
239
- --platform.name string Kubernetes Platform Name (name of the ArangoDeployment )
68
+ --kubeconfig string Kubernetes Config File
69
+ -n, --namespace string Kubernetes Namespace (default "default" )
240
70
```
241
71
[ END_INJECT ] : # ( arangodb_operator_platform_package_install_cmd )
242
72
0 commit comments