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
Description of the problem, including code/CLI snippet
Certain end points like SideKiq are skipped by CLI parser because they don't manage any objects. This is because only RESTManager classes that defined the _obj_cls attribute are parsed for the endpoints.
This list is made by taking a diff between current main branch python -m gitlab --help and my quick experiment of adding all RESTManagers to the CLI parser.