Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing commands list in agent help? #99

Closed
kaka2991 opened this issue Mar 15, 2021 · 0 comments
Closed

Missing commands list in agent help? #99

kaka2991 opened this issue Mar 15, 2021 · 0 comments
Labels
bug Something isn't working prio:medium

Comments

@kaka2991
Copy link

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$
@godfryd godfryd added bug Something isn't working prio:medium labels Mar 18, 2021
@godfryd godfryd closed this as completed Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prio:medium
Projects
None yet
Development

No branches or pull requests

2 participants