@@ -283,7 +283,7 @@ See examples of koyeb service create --help
283
283
--checks-grace-period strings Set healthcheck grace period in seconds.
284
284
Use the format <healthcheck>=<seconds>, for example --checks-grace-period 8080=10
285
285
286
- --deployment-strategy STRATEGY Deployment strategy, either "rolling" (default), "canary", "blue-green" or "immediate".
286
+ --deployment-strategy string Deployment strategy, either "rolling" (default), "canary", "blue-green" or "immediate".
287
287
--docker string Docker image
288
288
--docker-args strings Set arguments to the docker command. To provide multiple arguments, use the --docker-args flag multiple times.
289
289
--docker-command string Set the docker CMD explicitly. To provide arguments to the command, use the --docker-args flag.
@@ -575,7 +575,7 @@ koyeb deploy <path> <app>/<service> [flags]
575
575
--checks-grace-period strings Set healthcheck grace period in seconds.
576
576
Use the format <healthcheck>=<seconds>, for example --checks-grace-period 8080=10
577
577
578
- --deployment-strategy STRATEGY Deployment strategy, either "rolling" (default), "canary", "blue-green" or "immediate".
578
+ --deployment-strategy string Deployment strategy, either "rolling" (default), "canary", "blue-green" or "immediate".
579
579
--env strings Update service environment variables using the format KEY=VALUE, for example --env FOO=bar
580
580
To use the value of a secret as an environment variable, specify the secret name preceded by @, for example --env FOO=@bar
581
581
To delete an environment variable, prefix its name with '!', for example --env '!FOO'
@@ -1375,7 +1375,7 @@ $> koyeb service create myservice --app myapp --docker nginx --port 80:tcp
1375
1375
--checks-grace-period strings Set healthcheck grace period in seconds.
1376
1376
Use the format <healthcheck>=<seconds>, for example --checks-grace-period 8080=10
1377
1377
1378
- --deployment-strategy STRATEGY Deployment strategy, either "rolling" (default), "canary", "blue-green" or "immediate".
1378
+ --deployment-strategy string Deployment strategy, either "rolling" (default), "canary", "blue-green" or "immediate".
1379
1379
--docker string Docker image
1380
1380
--docker-args strings Set arguments to the docker command. To provide multiple arguments, use the --docker-args flag multiple times.
1381
1381
--docker-command string Set the docker CMD explicitly. To provide arguments to the command, use the --docker-args flag.
@@ -1795,7 +1795,7 @@ $> koyeb service update myapp/myservice --port 80:tcp --route '!/'
1795
1795
--checks-grace-period strings Set healthcheck grace period in seconds.
1796
1796
Use the format <healthcheck>=<seconds>, for example --checks-grace-period 8080=10
1797
1797
1798
- --deployment-strategy STRATEGY Deployment strategy, either "rolling" (default), "canary", "blue-green" or "immediate".
1798
+ --deployment-strategy string Deployment strategy, either "rolling" (default), "canary", "blue-green" or "immediate".
1799
1799
--docker string Docker image
1800
1800
--docker-args strings Set arguments to the docker command. To provide multiple arguments, use the --docker-args flag multiple times.
1801
1801
--docker-command string Set the docker CMD explicitly. To provide arguments to the command, use the --docker-args flag.
0 commit comments