module documentation
Undocumented
| Function | convert |
Run the conversion command through the shared CLI error handler. |
| Function | login |
Login to HubAI. |
| Function | logout |
Logout from HubAI. |
| Function | validate |
Placeholder API key validator used by the login flow. |
| Variable | app |
Undocumented |
@app.command( group='Admin')
def login(relogin: Annotated[ bool, Parameter( [ (--relogin), (-r)])] = False):
¶
Login to HubAI.
| Parameters | |
relogin:Annotated[ | Relogin if already logged in. |