mc8yp Status
statusCheck the current CLI status including tenant credentials, active tenant, and visible API namespaces. Refresh to force fresh API discovery after microservice changes.
Instructions
Show the current CLI status: stored tenant credentials, which tenant the codemode tool will hit, and the API namespaces visible right now. If no tenant is active, codemode discovery falls back to all bundled OpenAPI snapshots and live API calls are unavailable — set-active-tenant must be called first. This tool also self-heals: if the active tenant has lost its stored credentials it is automatically reset before the status is reported.
Pass refresh: true to force a fresh API spec discovery against the active tenant. Use this after subscribing or unsubscribing a microservice in the tenant — otherwise discovered specs stay cached for 30 minutes. If no tenant is active, refresh: true is a noop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | When true, bust the API discovery cache for the active tenant and run a fresh discovery before reporting. Noop when no tenant is active. |