From 173371a6d34d2396aa78240df55de21b4b67cdb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Fri, 17 Jan 2025 22:44:00 +0100 Subject: [PATCH] Re-generate docs --- docs/reference.md | 28 ++++++++++++++++++++-------- go.sum | 4 ---- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/docs/reference.md b/docs/reference.md index 2800473..f1991c2 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -284,6 +284,10 @@ See examples of koyeb service create --help --checks-grace-period strings Set healthcheck grace period in seconds. Use the format =, for example --checks-grace-period 8080=10 + --config-file strings Mount a copy of local file as a file in the service container using the format LOCAL_FILE:PATH:[PERMISSIONS] + for example --config-file /etc/data.yaml:/etc/data.yaml:0644 + To delete a file mount, use !PATH, for example --config-file !/etc/data.yaml + --deployment-strategy STRATEGY Deployment strategy, either "rolling" (default), "blue-green" or "immediate". --docker string Docker image --docker-args strings Set arguments to the docker command. To provide multiple arguments, use the --docker-args flag multiple times. @@ -291,8 +295,7 @@ See examples of koyeb service create --help --docker-entrypoint strings Docker entrypoint. To provide multiple arguments, use the --docker-entrypoint flag multiple times. --docker-private-registry-secret string Docker private registry secret --env strings Update service environment variables using the format KEY=VALUE, for example --env FOO=bar - To use the value of a secret as an environment variable, use the following syntax: - --env FOO={{secret.bar}} + To use the value of a secret as an environment variable, use the following syntax: --env FOO={{secret.bar}} To delete an environment variable, prefix its name with '!', for example --env '!FOO' --git string Git repository @@ -577,10 +580,13 @@ koyeb deploy / [flags] --checks-grace-period strings Set healthcheck grace period in seconds. Use the format =, for example --checks-grace-period 8080=10 + --config-file strings Mount a copy of local file as a file in the service container using the format LOCAL_FILE:PATH:[PERMISSIONS] + for example --config-file /etc/data.yaml:/etc/data.yaml:0644 + To delete a file mount, use !PATH, for example --config-file !/etc/data.yaml + --deployment-strategy STRATEGY Deployment strategy, either "rolling" (default), "blue-green" or "immediate". --env strings Update service environment variables using the format KEY=VALUE, for example --env FOO=bar - To use the value of a secret as an environment variable, use the following syntax: - --env FOO={{secret.bar}} + To use the value of a secret as an environment variable, use the following syntax: --env FOO={{secret.bar}} To delete an environment variable, prefix its name with '!', for example --env '!FOO' -h, --help help for deploy @@ -1379,6 +1385,10 @@ $> koyeb service create myservice --app myapp --docker nginx --port 80:tcp --checks-grace-period strings Set healthcheck grace period in seconds. Use the format =, for example --checks-grace-period 8080=10 + --config-file strings Mount a copy of local file as a file in the service container using the format LOCAL_FILE:PATH:[PERMISSIONS] + for example --config-file /etc/data.yaml:/etc/data.yaml:0644 + To delete a file mount, use !PATH, for example --config-file !/etc/data.yaml + --deployment-strategy STRATEGY Deployment strategy, either "rolling" (default), "blue-green" or "immediate". --docker string Docker image --docker-args strings Set arguments to the docker command. To provide multiple arguments, use the --docker-args flag multiple times. @@ -1386,8 +1396,7 @@ $> koyeb service create myservice --app myapp --docker nginx --port 80:tcp --docker-entrypoint strings Docker entrypoint. To provide multiple arguments, use the --docker-entrypoint flag multiple times. --docker-private-registry-secret string Docker private registry secret --env strings Update service environment variables using the format KEY=VALUE, for example --env FOO=bar - To use the value of a secret as an environment variable, use the following syntax: - --env FOO={{secret.bar}} + To use the value of a secret as an environment variable, use the following syntax: --env FOO={{secret.bar}} To delete an environment variable, prefix its name with '!', for example --env '!FOO' --git string Git repository @@ -1833,6 +1842,10 @@ $> koyeb service update myapp/myservice --port 80:tcp --route '!/' --checks-grace-period strings Set healthcheck grace period in seconds. Use the format =, for example --checks-grace-period 8080=10 + --config-file strings Mount a copy of local file as a file in the service container using the format LOCAL_FILE:PATH:[PERMISSIONS] + for example --config-file /etc/data.yaml:/etc/data.yaml:0644 + To delete a file mount, use !PATH, for example --config-file !/etc/data.yaml + --deployment-strategy STRATEGY Deployment strategy, either "rolling" (default), "blue-green" or "immediate". --docker string Docker image --docker-args strings Set arguments to the docker command. To provide multiple arguments, use the --docker-args flag multiple times. @@ -1840,8 +1853,7 @@ $> koyeb service update myapp/myservice --port 80:tcp --route '!/' --docker-entrypoint strings Docker entrypoint. To provide multiple arguments, use the --docker-entrypoint flag multiple times. --docker-private-registry-secret string Docker private registry secret --env strings Update service environment variables using the format KEY=VALUE, for example --env FOO=bar - To use the value of a secret as an environment variable, use the following syntax: - --env FOO={{secret.bar}} + To use the value of a secret as an environment variable, use the following syntax: --env FOO={{secret.bar}} To delete an environment variable, prefix its name with '!', for example --env '!FOO' --git string Git repository diff --git a/go.sum b/go.sum index 9875844..a480c01 100644 --- a/go.sum +++ b/go.sum @@ -168,10 +168,6 @@ github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/koyeb/koyeb-api-client-go v0.0.0-20241206143543-39fbd0d0bf5e h1:/pSEDHiuCglPMooi0kcQay0ZmJ1fZys8qre6Jz2iQ7Q= -github.com/koyeb/koyeb-api-client-go v0.0.0-20241206143543-39fbd0d0bf5e/go.mod h1:+oQfFj2WL3gi9Pb+UHbob4D7xaT52mPfKyH1UvWa4PQ= -github.com/koyeb/koyeb-api-client-go v0.0.0-20250106150959-2940e5613765 h1:OaJezhu0iuR0XN6y5Sxc6uARWyPx1WG1ZjBgVgG7jvw= -github.com/koyeb/koyeb-api-client-go v0.0.0-20250106150959-2940e5613765/go.mod h1:+oQfFj2WL3gi9Pb+UHbob4D7xaT52mPfKyH1UvWa4PQ= github.com/koyeb/koyeb-api-client-go v0.0.0-20250117143439-03648cc5a823 h1:icM+7zADUhhsv1DSXVHdT3UusXWOsZ25aolFPmhgPiU= github.com/koyeb/koyeb-api-client-go v0.0.0-20250117143439-03648cc5a823/go.mod h1:+oQfFj2WL3gi9Pb+UHbob4D7xaT52mPfKyH1UvWa4PQ= github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=