Skip to main content

execute

Function execute 

Source
pub async fn execute(
    client: &IronflowClient,
    args: &LogsArgs,
    json_mode: bool,
) -> Result<()>
Expand description

Execute the logs command.

Without --follow, retrieves persisted logs via GET /api/v1/runs/:id/logs. With --follow, streams live logs via SSE until the run reaches a terminal state.

ยงErrors

Returns an error on API or SSE connection failure.