@@ -229,13 +229,22 @@ koyeb apps init NAME [flags]
229
229
--docker string Docker image
230
230
--docker-args strings Docker args
231
231
--docker-command string Docker command
232
+ --docker-entrypoint strings Docker entrypoint
232
233
--docker-private-registry-secret string Docker private registry secret
233
234
--env strings Env
234
235
--git string Git repository
235
236
--git-branch string Git branch
236
- --git-build-command string Buid command
237
+ --git-build-command string Buid command (legacy, prefer git-buildpack-build-command)
238
+ --git-builder string Builder to use, either "buildpack" (default) or "docker" (default "buildpack")
239
+ --git-buildpack-build-command string Buid command
240
+ --git-buildpack-run-command string Run command
241
+ --git-docker-args strings Arguments for the Docker CMD
242
+ --git-docker-command string Docker CMD
243
+ --git-docker-dockerfile string Dockerfile path
244
+ --git-docker-entrypoint strings Docker entrypoint
245
+ --git-docker-target string Docker target
237
246
--git-no-deploy-on-push Disable new deployments creation when code changes are pushed on the configured branch
238
- --git-run-command string Run command
247
+ --git-run-command string Run command (legacy, prefer git-buildpack-run-command)
239
248
--git-workdir string Path to the sub-directory containing the code to build and deploy
240
249
-h, --help help for init
241
250
--instance-type string Instance type (default "nano")
@@ -905,13 +914,22 @@ koyeb services create NAME [flags]
905
914
--docker string Docker image
906
915
--docker-args strings Docker args
907
916
--docker-command string Docker command
917
+ --docker-entrypoint strings Docker entrypoint
908
918
--docker-private-registry-secret string Docker private registry secret
909
919
--env strings Env
910
920
--git string Git repository
911
921
--git-branch string Git branch
912
- --git-build-command string Buid command
922
+ --git-build-command string Buid command (legacy, prefer git-buildpack-build-command)
923
+ --git-builder string Builder to use, either "buildpack" (default) or "docker" (default "buildpack")
924
+ --git-buildpack-build-command string Buid command
925
+ --git-buildpack-run-command string Run command
926
+ --git-docker-args strings Arguments for the Docker CMD
927
+ --git-docker-command string Docker CMD
928
+ --git-docker-dockerfile string Dockerfile path
929
+ --git-docker-entrypoint strings Docker entrypoint
930
+ --git-docker-target string Docker target
913
931
--git-no-deploy-on-push Disable new deployments creation when code changes are pushed on the configured branch
914
- --git-run-command string Run command
932
+ --git-run-command string Run command (legacy, prefer git-buildpack-run-command)
915
933
--git-workdir string Path to the sub-directory containing the code to build and deploy
916
934
-h, --help help for create
917
935
--instance-type string Instance type (default "nano")
@@ -1190,13 +1208,22 @@ koyeb services update NAME [flags]
1190
1208
--docker string Docker image
1191
1209
--docker-args strings Docker args
1192
1210
--docker-command string Docker command
1211
+ --docker-entrypoint strings Docker entrypoint
1193
1212
--docker-private-registry-secret string Docker private registry secret
1194
1213
--env strings Env
1195
1214
--git string Git repository
1196
1215
--git-branch string Git branch
1197
- --git-build-command string Buid command
1216
+ --git-build-command string Buid command (legacy, prefer git-buildpack-build-command)
1217
+ --git-builder string Builder to use, either "buildpack" (default) or "docker" (default "buildpack")
1218
+ --git-buildpack-build-command string Buid command
1219
+ --git-buildpack-run-command string Run command
1220
+ --git-docker-args strings Arguments for the Docker CMD
1221
+ --git-docker-command string Docker CMD
1222
+ --git-docker-dockerfile string Dockerfile path
1223
+ --git-docker-entrypoint strings Docker entrypoint
1224
+ --git-docker-target string Docker target
1198
1225
--git-no-deploy-on-push Disable new deployments creation when code changes are pushed on the configured branch
1199
- --git-run-command string Run command
1226
+ --git-run-command string Run command (legacy, prefer git-buildpack-run-command)
1200
1227
--git-workdir string Path to the sub-directory containing the code to build and deploy
1201
1228
-h, --help help for update
1202
1229
--instance-type string Instance type (default "nano")
0 commit comments