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
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'
The text was updated successfully, but these errors were encountered:
Following the documentation I can't produce a new tool:
The text was updated successfully, but these errors were encountered: