@@ -138,19 +138,21 @@ Options:
138
138
ds-bacnet: Generates compose file with device-bacnet included
139
139
ds-camera: Generates compose file with device-camera included
140
140
ds-grove: Generates compose file with device-grove included (valid only with arm64 option)
141
- ds-modbus: Generates compose file with device-modbus included
142
- ds-mqtt: Generates compose file with device-mqtt included
143
- ds-random: Generates compose file with device-random included
144
- ds-rest: Generates compose file with device-rest included
145
- ds-snmp: Generates compose file with device-snmp included
146
- ds-virtual: Generates compose file with device-virtual included
147
- modbus-sim: Generates compose file with ModBus simulator included
148
- asc-http: Generates compose file with App Service HTTP Export included
149
- asc-http-s: Generates compose file with App Service HTTP Export Secrets included
150
- asc-mqtt: Generates compose file with App Service MQTT Export included
151
- asc-mqtt-s: Generates compose file with App Service MQTT Export Secrets included
152
- mqtt: Generates compose file with services configure for MQTT Message Bus
153
- ui: Generates stand-alone compose file for EdgeX UI
141
+ ds-modbus: Generates compose file with device-modbus included
142
+ ds-mqtt: Generates compose file with device-mqtt included
143
+ ds-random: Generates compose file with device-random included
144
+ ds-rest: Generates compose file with device-rest included
145
+ ds-snmp: Generates compose file with device-snmp included
146
+ ds-virtual: Generates compose file with device-virtual included
147
+ modbus-sim: Generates compose file with ModBus simulator included
148
+ asc-http: Generates compose file with App Service HTTP Export included
149
+ asc-http-s: Generates compose file with App Service HTTP Export Secrets included
150
+ asc-mqtt: Generates compose file with App Service MQTT Export included
151
+ asc-mqtt-s: Generates compose file with App Service MQTT Export Secrets included
152
+ mqtt-broker: Generates compose file with a MQTT Broker service included
153
+ mqtt-bus: Generates compose file with services configure for MQTT Message Bus
154
+ The MQTT Broker service is also included.
155
+ ui: Generates stand-alone compose file for EdgeX UI
154
156
```
155
157
156
158
```
@@ -177,53 +179,55 @@ Options:
177
179
run [options] [services]
178
180
Runs the EdgeX services as specified by:
179
181
Options:
180
- no-secty: Runs in Non-Secure Mode, otherwise runs in Secure Mode
181
- arm64: Runs using ARM64 images
182
- dev: Runs using local dev built images from edgex-go repo's
183
- 'make docker' which creates docker images tagged with '0.0.0-dev'
184
- app-dev: Runs using local dev built images from app-service-configurable repo's
185
- 'make docker' which creates docker images tagged with 'master-dev'
186
- ds-modbus: Runs with device-modbus included
187
- ds-bacnet: Runs with device-bacnet included
188
- ds-camera: Runs with device-camera included
189
- ds-grove: Runs with device-grove included (valid only with arm64 option)
190
- ds-mqtt: Runs with device-mqtt included
191
- ds-random: Runs with device-random included
192
- ds-rest: Runs with device-rest included
193
- ds-snmp: Runs with device-snmp included
194
- ds-virtual: Runs with device-virtual included
195
- modbus-sim: Runs with ModBus simulator included
196
- asc-http: Runs with App Service HTTP Export included
197
- asc-http-s: Runs with App Service HTTP Export Secrets included
198
- asc-mqtt: Runs with App Service MQTT Export included
199
- asc-mqtt-s: Runs with App Service MQTT Export Secrets included
200
- mqtt: Runs using MQTT Message Bus
201
- ui: Runs only the EdgeX UI service. `ds-x`, 'mqtt', 'no-ds' & 'no-secty' are ignored. Typically used after the other Edgex Services have been started
182
+ no-secty: Runs in Non-Secure Mode, otherwise runs in Secure Mode
183
+ arm64: Runs using ARM64 images
184
+ dev: Runs using local dev built images from edgex-go repo's
185
+ 'make docker' which creates docker images tagged with '0.0.0-dev'
186
+ app-dev: Runs using local dev built images from app-service-configurable repo's
187
+ 'make docker' which creates docker images tagged with 'master-dev'
188
+ ds-modbus: Runs with device-modbus included
189
+ ds-bacnet: Runs with device-bacnet included
190
+ ds-camera: Runs with device-camera included
191
+ ds-grove: Runs with device-grove included (valid only with arm64 option)
192
+ ds-mqtt: Runs with device-mqtt included
193
+ ds-random: Runs with device-random included
194
+ ds-rest: Runs with device-rest included
195
+ ds-snmp: Runs with device-snmp included
196
+ ds-virtual: Runs with device-virtual included
197
+ modbus-sim: Runs with ModBus simulator included
198
+ asc-http: Runs with App Service HTTP Export included
199
+ asc-http-s: Runs with App Service HTTP Export Secrets included
200
+ asc-mqtt: Runs with App Service MQTT Export included
201
+ asc-mqtt-s: Runs with App Service MQTT Export Secrets included
202
+ mqtt-broker: Runs with a MQTT Broker service included
203
+ mqtt-bus: Runs with services configure for MQTT Message Bus
204
+ ui: Runs only the EdgeX UI service. `ds-x`, 'mqtt', 'no-ds' & 'no-secty' are ignored. Typically used after the other Edgex Services have been started
202
205
Services:
203
206
<names...>: Runs only services listed (and their dependent services) where 'name' matches a service name in one of the compose files used
204
207
```
205
208
```
206
209
pull [options] [services]
207
210
Pulls the EdgeX service images as specified by:
208
211
Options:
209
- no-secty: Pulls images for Non-Secure Mode, otherwise pull images for Secure Mode
210
- arm64: Pulls ARM64 version of images
211
- ds-bacnet: Pull includes device-bacnet
212
- ds-camera: Pull includes device-camera
213
- ds-grove: Pull includes device-grove (valid only with arm64 option)
214
- ds-modbus: Pull includes device-modbus
215
- ds-mqtt: Pull includes device-mqtt
216
- ds-random: Pull includes device-random
217
- ds-rest: Pull includes device-rest
218
- ds-snmp: Pull includes device-snmp
219
- ds-virtual: Pull includes device-virtual
220
- modbus-sim: Pull includes ModBus simulator
221
- asc-http: Pull includes App Service HTTP Export
222
- asc-http-s: Pull includes App Service HTTP Export Secrets
223
- asc-mqtt: Pull includes App Service MQTT Export
224
- asc-mqtt-s: Pull includes App Service MQTT Export Secrets
225
- mqtt: Pull includes additional service for MQTT Message Bus
226
- ui: Pulls only the EdgeX UI service image. `ds-x`, 'mqtt', 'no-ds' & 'no-secty' are ignored
212
+ no-secty: Pulls images for Non-Secure Mode, otherwise pull images for Secure Mode
213
+ arm64: Pulls ARM64 version of images
214
+ ds-bacnet: Pull includes device-bacnet
215
+ ds-camera: Pull includes device-camera
216
+ ds-grove: Pull includes device-grove (valid only with arm64 option)
217
+ ds-modbus: Pull includes device-modbus
218
+ ds-mqtt: Pull includes device-mqtt
219
+ ds-random: Pull includes device-random
220
+ ds-rest: Pull includes device-rest
221
+ ds-snmp: Pull includes device-snmp
222
+ ds-virtual: Pull includes device-virtual
223
+ modbus-sim: Pull includes ModBus simulator
224
+ asc-http: Pull includes App Service HTTP Export
225
+ asc-http-s: Pull includes App Service HTTP Export Secrets
226
+ asc-mqtt: Pull includes App Service MQTT Export
227
+ asc-mqtt-s: Pull includes App Service MQTT Export Secrets
228
+ mqtt-broker: Pull includes MQTT Broker service
229
+ mqtt-bus: Pull includes additional service for MQTT Message Bus
230
+ ui: Pulls only the EdgeX UI service image. `ds-x`, 'mqtt', 'no-ds' & 'no-secty' are ignored
227
231
Services:
228
232
<names...>: Pulls only images for the service(s) listed
229
233
```
@@ -241,18 +245,20 @@ Options:
241
245
ds-bacnet: Generates compose file with device-bacnet included
242
246
ds-camera: Generates compose file with device-camera included
243
247
ds-grove: Generates compose file with device-grove included (valid only with arm64 option)
244
- ds-mqtt: Generates compose file with device-mqtt included
245
- ds-random: Generates compose file with device-random included
246
- ds-rest: Generates compose file with device-rest included
247
- ds-snmp: Generates compose file with device-snmp included
248
- ds-virtual: Generates compose file with device-virtual included
249
- modbus-sim: Generates compose file with ModBus simulator included
250
- asc-http: Generates compose file with App Service HTTP Export included
251
- asc-http-s: Generates compose file with App Service HTTP Export Secrets included
252
- asc-mqtt: Generates compose file with App Service MQTT Export included
253
- asc-mqtt-s: Generates compose file with App Service MQTT Export Secrets included
254
- mqtt: Generates compose file configured to use MQTT Message Bus
255
- ui: Generates stand-alone compose file for EdgeX UI
248
+ ds-mqtt: Generates compose file with device-mqtt included
249
+ ds-random: Generates compose file with device-random included
250
+ ds-rest: Generates compose file with device-rest included
251
+ ds-snmp: Generates compose file with device-snmp included
252
+ ds-virtual: Generates compose file with device-virtual included
253
+ modbus-sim: Generates compose file with ModBus simulator included
254
+ asc-http: Generates compose file with App Service HTTP Export included
255
+ asc-http-s: Generates compose file with App Service HTTP Export Secrets included
256
+ asc-mqtt: Generates compose file with App Service MQTT Export included
257
+ asc-mqtt-s: Generates compose file with App Service MQTT Export Secrets included
258
+ mqtt-broker: Generates compose file with a MQTT Broker service included
259
+ mqtt-bus: Generates compose file with services configure for MQTT Message Bus
260
+ The MQTT Broker service is also included.
261
+ ui: Generates stand-alone compose file for EdgeX UI
256
262
```
257
263
```
258
264
get-token [options]
0 commit comments