Skip to content

Commit 975e14b

Browse files
committed
Update documentation
1 parent e1e8a9e commit 975e14b

File tree

1 file changed

+33
-6
lines changed

1 file changed

+33
-6
lines changed

docs/reference.md

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,22 @@ koyeb apps init NAME [flags]
229229
--docker string Docker image
230230
--docker-args strings Docker args
231231
--docker-command string Docker command
232+
--docker-entrypoint strings Docker entrypoint
232233
--docker-private-registry-secret string Docker private registry secret
233234
--env strings Env
234235
--git string Git repository
235236
--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
237246
--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)
239248
--git-workdir string Path to the sub-directory containing the code to build and deploy
240249
-h, --help help for init
241250
--instance-type string Instance type (default "nano")
@@ -905,13 +914,22 @@ koyeb services create NAME [flags]
905914
--docker string Docker image
906915
--docker-args strings Docker args
907916
--docker-command string Docker command
917+
--docker-entrypoint strings Docker entrypoint
908918
--docker-private-registry-secret string Docker private registry secret
909919
--env strings Env
910920
--git string Git repository
911921
--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
913931
--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)
915933
--git-workdir string Path to the sub-directory containing the code to build and deploy
916934
-h, --help help for create
917935
--instance-type string Instance type (default "nano")
@@ -1190,13 +1208,22 @@ koyeb services update NAME [flags]
11901208
--docker string Docker image
11911209
--docker-args strings Docker args
11921210
--docker-command string Docker command
1211+
--docker-entrypoint strings Docker entrypoint
11931212
--docker-private-registry-secret string Docker private registry secret
11941213
--env strings Env
11951214
--git string Git repository
11961215
--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
11981225
--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)
12001227
--git-workdir string Path to the sub-directory containing the code to build and deploy
12011228
-h, --help help for update
12021229
--instance-type string Instance type (default "nano")

0 commit comments

Comments
 (0)