mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
🩹👷 — Fix doc building
This commit is contained in:
parent
c79054b48b
commit
cba675bcad
1 changed files with 6 additions and 7 deletions
13
docs/cli.md
13
docs/cli.md
|
@ -26,7 +26,7 @@ Options:
|
||||||
--help Show this message and exit.
|
--help Show this message and exit.
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
agent Get and run tasks to the provided server.
|
agent Get and run tasks to the provided server.
|
||||||
server
|
server
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -53,8 +53,7 @@ Usage: argos agent [OPTIONS] SERVER_URL AUTH
|
||||||
ARGOS_AGENT_TOKEN=auth-token-here
|
ARGOS_AGENT_TOKEN=auth-token-here
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--max-tasks INTEGER Number of concurrent tasks this agent can
|
--max-tasks INTEGER Number of concurrent tasks this agent can run
|
||||||
run
|
|
||||||
--wait-time INTEGER Waiting time between two polls on the server
|
--wait-time INTEGER Waiting time between two polls on the server
|
||||||
(seconds)
|
(seconds)
|
||||||
--log-level [DEBUG|INFO|WARNING|ERROR|CRITICAL]
|
--log-level [DEBUG|INFO|WARNING|ERROR|CRITICAL]
|
||||||
|
@ -80,8 +79,8 @@ Commands:
|
||||||
cleandb Clean the database (to run routinely)
|
cleandb Clean the database (to run routinely)
|
||||||
generate-token Generate a token, which can be used as an agent’s...
|
generate-token Generate a token, which can be used as an agent’s...
|
||||||
migrate Run database migrations
|
migrate Run database migrations
|
||||||
reload-config Read tasks config and add/delete tasks in database if...
|
reload-config Read tasks configuration and add/delete tasks in database...
|
||||||
start Starts the server
|
start Starts the server
|
||||||
```
|
```
|
||||||
|
|
||||||
<!--[[[end]]]
|
<!--[[[end]]]
|
||||||
|
@ -112,7 +111,7 @@ Options:
|
||||||
### Server migrate
|
### Server migrate
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
.. [[[ cog
|
.. [[[cog
|
||||||
help(["server", "migrate", "--help"])
|
help(["server", "migrate", "--help"])
|
||||||
.. ]]] -->
|
.. ]]] -->
|
||||||
|
|
||||||
|
@ -157,7 +156,7 @@ Options:
|
||||||
### Server reload-config
|
### Server reload-config
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
.. [[[ cog
|
.. [[[cog
|
||||||
help(["server", "reload-config", "--help"])
|
help(["server", "reload-config", "--help"])
|
||||||
.. ]]] -->
|
.. ]]] -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue