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

at-manage doesn't work as documented #19

Open
nilp0inter opened this issue Jul 30, 2019 · 0 comments
Open

at-manage doesn't work as documented #19

nilp0inter opened this issue Jul 30, 2019 · 0 comments
Labels

Comments

@nilp0inter
Copy link
Contributor

nilp0inter commented Jul 30, 2019

Following the documentation I can't produce a new tool:

nil at xan in ~/Project/apicheck/apicheck/apicheck/tools (master) (apicheck-srmIl9AW) 
$ at-manage create-tool replay
usage: at-manage create-tool [-h] --dest DEST name
at-manage create-tool: error: the following arguments are required: --dest/-d

nil at xan in ~/Project/apicheck/apicheck/apicheck/tools (master) (apicheck-srmIl9AW) 
$ at-manage create-tool -d replay replay
usage: at-manage [-h] -C DB_CONNECTION_STRING
                 [--log-level {DEBUG,INFO,WARNING,ERROR,CRITICAL}]
                 {api,create-tool,definition} ...
at-manage: error: the following arguments are required: -C/--connection-string

nil at xan in ~/Project/apicheck/apicheck/apicheck/tools (master) (apicheck-srmIl9AW) 
$ at-manage -C sqlite:///lala create-tool -d replay replay
Traceback (most recent call last):
  File "/home/nil/.local/share/virtualenvs/apicheck-srmIl9AW/bin/at-manage", line 11, in <module>
    load_entry_point('apicheck', 'console_scripts', 'at-manage')()
  File "/home/nil/Project/apicheck/apicheck/apicheck/tools/manage/cli.py", line 71, in cli
    running_config = config(**cli_config)
TypeError: run() got an unexpected keyword argument 'db_connection_string'

@nilp0inter nilp0inter added the bug label Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant