@@ -290,7 +290,8 @@ See examples of koyeb service create --help
290
290
--docker-entrypoint strings Docker entrypoint. To provide multiple arguments, use the --docker-entrypoint flag multiple times.
291
291
--docker-private-registry-secret string Docker private registry secret
292
292
--env strings Update service environment variables using the format KEY=VALUE, for example --env FOO=bar
293
- To use the value of a secret as an environment variable, specify the secret name preceded by @, for example --env FOO=@bar
293
+ To use the value of a secret as an environment variable, use the following syntax:
294
+ --env FOO={{secret.bar}}
294
295
To delete an environment variable, prefix its name with '!', for example --env '!FOO'
295
296
296
297
--git string Git repository
@@ -577,7 +578,8 @@ koyeb deploy <path> <app>/<service> [flags]
577
578
578
579
--deployment-strategy STRATEGY Deployment strategy, either "rolling" (default), "canary", "blue-green" or "immediate".
579
580
--env strings Update service environment variables using the format KEY=VALUE, for example --env FOO=bar
580
- To use the value of a secret as an environment variable, specify the secret name preceded by @, for example --env FOO=@bar
581
+ To use the value of a secret as an environment variable, use the following syntax:
582
+ --env FOO={{secret.bar}}
581
583
To delete an environment variable, prefix its name with '!', for example --env '!FOO'
582
584
583
585
-h, --help help for deploy
@@ -1382,7 +1384,8 @@ $> koyeb service create myservice --app myapp --docker nginx --port 80:tcp
1382
1384
--docker-entrypoint strings Docker entrypoint. To provide multiple arguments, use the --docker-entrypoint flag multiple times.
1383
1385
--docker-private-registry-secret string Docker private registry secret
1384
1386
--env strings Update service environment variables using the format KEY=VALUE, for example --env FOO=bar
1385
- To use the value of a secret as an environment variable, specify the secret name preceded by @, for example --env FOO=@bar
1387
+ To use the value of a secret as an environment variable, use the following syntax:
1388
+ --env FOO={{secret.bar}}
1386
1389
To delete an environment variable, prefix its name with '!', for example --env '!FOO'
1387
1390
1388
1391
--git string Git repository
@@ -1802,7 +1805,8 @@ $> koyeb service update myapp/myservice --port 80:tcp --route '!/'
1802
1805
--docker-entrypoint strings Docker entrypoint. To provide multiple arguments, use the --docker-entrypoint flag multiple times.
1803
1806
--docker-private-registry-secret string Docker private registry secret
1804
1807
--env strings Update service environment variables using the format KEY=VALUE, for example --env FOO=bar
1805
- To use the value of a secret as an environment variable, specify the secret name preceded by @, for example --env FOO=@bar
1808
+ To use the value of a secret as an environment variable, use the following syntax:
1809
+ --env FOO={{secret.bar}}
1806
1810
To delete an environment variable, prefix its name with '!', for example --env '!FOO'
1807
1811
1808
1812
--git string Git repository
0 commit comments