|
| 1 | +--- |
| 2 | +layout: page |
| 3 | +parent: Binaries |
| 4 | +title: arangodb_operator_platform |
| 5 | +--- |
| 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 | + registry Registry related operations |
| 18 | + service Service related operations |
| 19 | +
|
| 20 | +Flags: |
| 21 | + -h, --help help for arangodb_operator_platform |
| 22 | + -n, --namespace string Kubernetes Namespace (default "default") |
| 23 | +
|
| 24 | +Use "arangodb_operator_platform [command] --help" for more information about a command. |
| 25 | +``` |
| 26 | +[END_INJECT]: # (arangodb_operator_platform_cmd) |
| 27 | + |
| 28 | +# ArangoDB Operator Platform Registry Command |
| 29 | + |
| 30 | +[START_INJECT]: # (arangodb_operator_platform_registry_cmd) |
| 31 | +``` |
| 32 | +Registry related operations |
| 33 | +
|
| 34 | +Usage: |
| 35 | + arangodb_operator_platform registry [command] |
| 36 | +
|
| 37 | +Available Commands: |
| 38 | + install Manages the Chart Installation |
| 39 | + status Describes Charts Status |
| 40 | +
|
| 41 | +Flags: |
| 42 | + -h, --help help for registry |
| 43 | + --platform.name string Kubernetes Platform Name (name of the ArangoDeployment) |
| 44 | + --platform.stage string Platform Stage Name (default "dev") |
| 45 | +
|
| 46 | +Global Flags: |
| 47 | + -n, --namespace string Kubernetes Namespace (default "default") |
| 48 | +
|
| 49 | +Use "arangodb_operator_platform registry [command] --help" for more information about a command. |
| 50 | +``` |
| 51 | +[END_INJECT]: # (arangodb_operator_platform_registry_cmd) |
| 52 | + |
| 53 | +# ArangoDB Operator Platform Registry Install Command |
| 54 | + |
| 55 | +[START_INJECT]: # (arangodb_operator_platform_registry_install_cmd) |
| 56 | +``` |
| 57 | +Manages the Chart Installation |
| 58 | +
|
| 59 | +Usage: |
| 60 | + arangodb_operator_platform registry install [flags] [...charts] |
| 61 | +
|
| 62 | +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 | + --platform.stage string Platform Stage Name (default "dev") |
| 68 | + -u, --upgrade Enable upgrade procedure |
| 69 | +
|
| 70 | +Global Flags: |
| 71 | + -n, --namespace string Kubernetes Namespace (default "default") |
| 72 | +``` |
| 73 | +[END_INJECT]: # (arangodb_operator_platform_registry_install_cmd) |
| 74 | + |
| 75 | +# ArangoDB Operator Platform Registry Status Command |
| 76 | + |
| 77 | +[START_INJECT]: # (arangodb_operator_platform_registry_status_cmd) |
| 78 | +``` |
| 79 | +Describes Charts Status |
| 80 | +
|
| 81 | +Usage: |
| 82 | + arangodb_operator_platform registry status [flags] |
| 83 | +
|
| 84 | +Flags: |
| 85 | + -h, --help help for status |
| 86 | + -o, --output string Output format. Allowed table, json, yaml (default "table") |
| 87 | + --platform.name string Kubernetes Platform Name (name of the ArangoDeployment) |
| 88 | + --platform.stage string Platform Stage Name (default "dev") |
| 89 | +
|
| 90 | +Global Flags: |
| 91 | + -n, --namespace string Kubernetes Namespace (default "default") |
| 92 | +``` |
| 93 | +[END_INJECT]: # (arangodb_operator_platform_registry_status_cmd) |
| 94 | + |
| 95 | +# ArangoDB Operator Platform Service Command |
| 96 | + |
| 97 | +[START_INJECT]: # (arangodb_operator_platform_service_cmd) |
| 98 | +``` |
| 99 | +Service related operations |
| 100 | +
|
| 101 | +Usage: |
| 102 | + arangodb_operator_platform service [command] |
| 103 | +
|
| 104 | +Available Commands: |
| 105 | + enable Manages Service Installation/Management |
| 106 | + enable-service Manages Service Installation/Management |
| 107 | + status Shows Service Status |
| 108 | +
|
| 109 | +Flags: |
| 110 | + -h, --help help for service |
| 111 | + --platform.name string Kubernetes Platform Name (name of the ArangoDeployment) |
| 112 | + --platform.stage string Platform Stage Name (default "dev") |
| 113 | +
|
| 114 | +Global Flags: |
| 115 | + -n, --namespace string Kubernetes Namespace (default "default") |
| 116 | +
|
| 117 | +Use "arangodb_operator_platform service [command] --help" for more information about a command. |
| 118 | +``` |
| 119 | +[END_INJECT]: # (arangodb_operator_platform_service_cmd) |
| 120 | + |
| 121 | +# ArangoDB Operator Platform Service Enable Command |
| 122 | + |
| 123 | +[START_INJECT]: # (arangodb_operator_platform_service_enable_cmd) |
| 124 | +``` |
| 125 | +Manages Service Installation/Management |
| 126 | +
|
| 127 | +Usage: |
| 128 | + arangodb_operator_platform service enable [flags] deployment name chart |
| 129 | +
|
| 130 | +Flags: |
| 131 | + -h, --help help for enable |
| 132 | + --platform.name string Kubernetes Platform Name (name of the ArangoDeployment) |
| 133 | + --platform.stage string Platform Stage Name (default "dev") |
| 134 | + -f, --values strings Chart values |
| 135 | +
|
| 136 | +Global Flags: |
| 137 | + -n, --namespace string Kubernetes Namespace (default "default") |
| 138 | +``` |
| 139 | +[END_INJECT]: # (arangodb_operator_platform_service_enable_cmd) |
| 140 | + |
| 141 | +# ArangoDB Operator Platform Service EnableService Command |
| 142 | + |
| 143 | +[START_INJECT]: # (arangodb_operator_platform_service_enableservice_cmd) |
| 144 | +``` |
| 145 | +Manages Service Installation/Management |
| 146 | +
|
| 147 | +Usage: |
| 148 | + arangodb_operator_platform service enable-service [flags] deployment chart |
| 149 | +
|
| 150 | +Flags: |
| 151 | + -h, --help help for enable-service |
| 152 | + --platform.name string Kubernetes Platform Name (name of the ArangoDeployment) |
| 153 | + --platform.stage string Platform Stage Name (default "dev") |
| 154 | + -f, --values strings Chart values |
| 155 | +
|
| 156 | +Global Flags: |
| 157 | + -n, --namespace string Kubernetes Namespace (default "default") |
| 158 | +``` |
| 159 | +[END_INJECT]: # (arangodb_operator_platform_service_enableservice_cmd) |
| 160 | + |
| 161 | +# ArangoDB Operator Platform Service Status Command |
| 162 | + |
| 163 | +[START_INJECT]: # (arangodb_operator_platform_service_status_cmd) |
| 164 | +``` |
| 165 | +Shows Service Status |
| 166 | +
|
| 167 | +Usage: |
| 168 | + arangodb_operator_platform service status [flags] deployment |
| 169 | +
|
| 170 | +Flags: |
| 171 | + -h, --help help for status |
| 172 | + -o, --output string Output format. Allowed table, json, yaml (default "table") |
| 173 | + --platform.name string Kubernetes Platform Name (name of the ArangoDeployment) |
| 174 | + --platform.stage string Platform Stage Name (default "dev") |
| 175 | +
|
| 176 | +Global Flags: |
| 177 | + -n, --namespace string Kubernetes Namespace (default "default") |
| 178 | +``` |
| 179 | +[END_INJECT]: # (arangodb_operator_platform_service_status_cmd) |
| 180 | + |
0 commit comments