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
$ python -m gitlab project-service available --project-id 1
...
__main__.py project-service available: error: the following arguments are required: --slug
$ python -m gitlab project-service available --project-id 1 --slug slack
...
TypeError: ProjectIntegrationManager.available() got an unexpected keyword argument 'slug'