yasp-toolkit status
Show API health and authentication status for every registered yasp service.
Usage:
$ yasp-toolkit status [OPTIONS]
Options:
* --help: Show this message and exit.
Example output:
┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ API ┃ URL ┃ Status ┃ Version ┃ Auth Status ┃
┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━┩
│ KernelGen │ https://compile.yasp.ai/kernelgen │ ready │ 0.1.2 │ OK │
│ Eval │ https://compile.yasp.ai/eval │ ready │ 0.1.3 │ OK │
│ Embedded │ https://compile.yasp.ai/embedded │ ready │ 0.2.2 │ OK │
└───────────┴───────────────────────────────────┴────────┴─────────┴─────────────┘
Column meanings:
- Status — API health:
ready,unreachable, orHTTP <code>. - Auth Status — token-verification result:
OK,ERROR: <code> <reason>,ERROR: unreachable, orERROR: <message>.
A service is fully available when both columns read ready and OK.