You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dlabuda@Damians-MBP:~/Downloads$ python3 agent
2021-03-15 22:23:09,281 INFO p:30852 logs:211 setup logging on agent to clickhouse: localhost:9001
2021-03-15 22:23:09,283 INFO p:30852 agent:113 Starting Kraken Agent, version 0.406
usage: agent [-h] [-s SERVER] [-d DATA_DIR] [-t TOOLS_DIRS] [--no-update]
command
agent: error: the following arguments are required: command
dlabuda@Damians-MBP:~/Downloads$ python3 agent -h
2021-03-15 22:23:31,771 INFO p:31177 logs:211 setup logging on agent to clickhouse: localhost:9001
2021-03-15 22:23:31,773 INFO p:31177 agent:113 Starting Kraken Agent, version 0.406
usage: agent [-h] [-s SERVER] [-d DATA_DIR] [-t TOOLS_DIRS] [--no-update]
command
Kraken Agent
positional arguments:
command A command to execute
optional arguments:
-h, --help show this help message and exit
-s SERVER, --server SERVER
Server URL
-d DATA_DIR, --data-dir DATA_DIR
Directory for presistent data
-t TOOLS_DIRS, --tools-dirs TOOLS_DIRS
List of tools directories
--no-update Do not update agent automatically (useful in agent
development)
dlabuda@Damians-MBP:~/Downloads$
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: