What problem does it solve? Working with the Windmill CLI requires knowing dozens of commands, subcommands, and flags across scripts, flows, apps, jobs, sync, and workspace administration. This Skill provides the complete command reference so you can correctly invoke wmill operations, debug job failures, and inspect run history without guessing syntax. ## Core Features & Use Cases - Full Command Reference: Covers every wmill command group including app, flow, script, job, sync, schedule, resource, folder, group, instance, datatable, and object-storage, with all flags and subcommands. - Job Debugging: Use wmill job list, job get, job logs, job result, job cancel, job rerun, and job restart to inspect run history and diagnose failures. - Local Development & Sync: Preview scripts and flows locally, run dev servers with live reload, and push or pull changes with wmill sync. - Use Case: A deployed flow fails in production. Use wmill job list to find the failed run, wmill job logs <id> to read aggregated step logs, then wmill job restart <id> --step <stepId> to resume from the failing step. ## Quick Start Use the cli-commands skill to show me how to list recent failed jobs and view their logs with the wmill CLI.