@@ -225,7 +225,7 @@ koyeb apps init NAME [flags]
225
225
### Options
226
226
227
227
```
228
- --checks strings HTTP healthcheck (<port>:http:<path>) and TCP healthcheck (<port>:tcp)
228
+ --checks strings HTTP healthcheck (<port>:http:<path>) and TCP healthcheck (<port>:tcp) - Available for "WEB" service only
229
229
--docker string Docker image
230
230
--docker-args strings Docker args
231
231
--docker-command string Docker command
@@ -240,9 +240,10 @@ koyeb apps init NAME [flags]
240
240
--instance-type string Instance type (default "nano")
241
241
--max-scale int Max scale (default 1)
242
242
--min-scale int Min scale (default 1)
243
- --ports strings Ports (default [80:http])
243
+ --ports strings Ports - Available for "WEB" service only (default [80:http])
244
244
--regions strings Regions (default [fra])
245
- --routes strings Ports (default [/:80])
245
+ --routes strings Routes - Available for "WEB" service only (default [/:80])
246
+ --type string Service type, either "WEB" or "WORKER" (default "WEB")
246
247
```
247
248
248
249
### Options inherited from parent commands
@@ -899,7 +900,7 @@ koyeb services create NAME [flags]
899
900
900
901
```
901
902
-a, --app string App
902
- --checks strings HTTP healthcheck (<port>:http:<path>) and TCP healthcheck (<port>:tcp)
903
+ --checks strings HTTP healthcheck (<port>:http:<path>) and TCP healthcheck (<port>:tcp) - Available for "WEB" service only
903
904
--docker string Docker image
904
905
--docker-args strings Docker args
905
906
--docker-command string Docker command
@@ -914,9 +915,10 @@ koyeb services create NAME [flags]
914
915
--instance-type string Instance type (default "nano")
915
916
--max-scale int Max scale (default 1)
916
917
--min-scale int Min scale (default 1)
917
- --ports strings Ports (default [80:http])
918
+ --ports strings Ports - Available for "WEB" service only (default [80:http])
918
919
--regions strings Regions (default [fra])
919
- --routes strings Ports (default [/:80])
920
+ --routes strings Routes - Available for "WEB" service only (default [/:80])
921
+ --type string Service type, either "WEB" or "WORKER" (default "WEB")
920
922
```
921
923
922
924
### Options inherited from parent commands
@@ -1181,7 +1183,7 @@ koyeb services update NAME [flags]
1181
1183
### Options
1182
1184
1183
1185
```
1184
- --checks strings HTTP healthcheck (<port>:http:<path>) and TCP healthcheck (<port>:tcp)
1186
+ --checks strings HTTP healthcheck (<port>:http:<path>) and TCP healthcheck (<port>:tcp) - Available for "WEB" service only
1185
1187
--docker string Docker image
1186
1188
--docker-args strings Docker args
1187
1189
--docker-command string Docker command
@@ -1196,9 +1198,10 @@ koyeb services update NAME [flags]
1196
1198
--instance-type string Instance type (default "nano")
1197
1199
--max-scale int Max scale (default 1)
1198
1200
--min-scale int Min scale (default 1)
1199
- --ports strings Ports (default [80:http])
1201
+ --ports strings Ports - Available for "WEB" service only (default [80:http])
1200
1202
--regions strings Regions (default [fra])
1201
- --routes strings Ports (default [/:80])
1203
+ --routes strings Routes - Available for "WEB" service only (default [/:80])
1204
+ --type string Service type, either "WEB" or "WORKER" (default "WEB")
1202
1205
```
1203
1206
1204
1207
### Options inherited from parent commands
0 commit comments