From cba675bcadfafd5210db8a04433efbeee7edb5db Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Wed, 27 Mar 2024 16:32:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=F0=9F=91=B7=20=E2=80=94=20Fix=20do?= =?UTF-8?q?c=20building?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/cli.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index 5969771..2e70714 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -26,7 +26,7 @@ Options: --help Show this message and exit. Commands: - agent Get and run tasks to the provided server. + agent Get and run tasks to the provided server. server ``` @@ -53,8 +53,7 @@ Usage: argos agent [OPTIONS] SERVER_URL AUTH ARGOS_AGENT_TOKEN=auth-token-here Options: - --max-tasks INTEGER Number of concurrent tasks this agent can - run + --max-tasks INTEGER Number of concurrent tasks this agent can run --wait-time INTEGER Waiting time between two polls on the server (seconds) --log-level [DEBUG|INFO|WARNING|ERROR|CRITICAL] @@ -80,8 +79,8 @@ Commands: cleandb Clean the database (to run routinely) generate-token Generate a token, which can be used as an agent’s... migrate Run database migrations - reload-config Read tasks config and add/delete tasks in database if... - start Starts the server + reload-config Read tasks configuration and add/delete tasks in database... + start Starts the server ``` @@ -157,7 +156,7 @@ Options: ### Server reload-config