From 38f93a4997484c461611cc9d597c417949b14fb4 Mon Sep 17 00:00:00 2001 From: Hugo Nijhuis-Mekkelholt Date: Tue, 30 Dec 2025 20:02:57 +0100 Subject: [PATCH] docs: generate documentation for actions commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/CLI.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs/CLI.md b/docs/CLI.md index fae47c6..6307b6f 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -1377,6 +1377,46 @@ Delete an action variable **--repo, -r**="": Override local repository path or gitea repository slug to interact with. Optional +### runs, run + +List workflow runs + +**--limit, --lm**="": specify limit of items per page (default: 30) + +**--login, -l**="": Use a different Gitea Login. Optional + +**--output, -o**="": Output format. (simple, table, csv, tsv, yaml, json) + +**--page, -p**="": specify page (default: 1) + +**--remote, -R**="": Discover Gitea login from remote. Optional + +**--repo, -r**="": Override local repository path or gitea repository slug to interact with. Optional + +### jobs, job + +List jobs for a workflow run + +**--login, -l**="": Use a different Gitea Login. Optional + +**--output, -o**="": Output format. (simple, table, csv, tsv, yaml, json) + +**--remote, -R**="": Discover Gitea login from remote. Optional + +**--repo, -r**="": Override local repository path or gitea repository slug to interact with. Optional + +### logs, log + +Display logs for a job + +**--login, -l**="": Use a different Gitea Login. Optional + +**--output, -o**="": Output format. (simple, table, csv, tsv, yaml, json) + +**--remote, -R**="": Discover Gitea login from remote. Optional + +**--repo, -r**="": Override local repository path or gitea repository slug to interact with. Optional + ## webhooks, webhook, hooks, hook Manage webhooks