Update the runner reference pages (#501)

Automated update of the generated runner reference pages from gitea/runner (main for the develop docs, the newest stable tag for every documented series), opened by the "update runner reference" scheduled workflow.

<!-- cloudflare-preview --> Preview: https://pr-501.docs-gitea-com.pages.dev

Reviewed-on: https://gitea.com/gitea/docs/pulls/501
Reviewed-by: Lunny Xiao <[email protected]>
Co-authored-by: Gitea Bot <[email protected]>
This commit is contained in:
Gitea Bot
2026-08-10 05:15:06 +00:00
committed by Lunny Xiao
parent efd26a3d61
commit 12ca5a0a73
4 changed files with 161 additions and 158 deletions
@@ -22,14 +22,14 @@ Usage:
Available Commands:
bug-report Print information useful when filing a bug report
cache-server Start a cache server for the cache action
config Generate, read and edit config files
daemon Run as a runner daemon
exec Run workflow locally.
generate-config Generate an example config file
help Help about any command
register Register a runner to the server
Flags:
-c, --config string Config file path
-c, --config config Config file path. config subcommands fall back to config.yaml in the working directory or next to the executable
-h, --help help for gitea-runner
-v, --version version for gitea-runner
@@ -57,7 +57,7 @@ Flags:
--token-file string Path to a file containing the runner token
Global Flags:
-c, --config string Config file path
-c, --config config Config file path. config subcommands fall back to config.yaml in the working directory or next to the executable
```
## daemon
@@ -76,7 +76,7 @@ Flags:
--once Run one job then exit
Global Flags:
-c, --config string Config file path
-c, --config config Config file path. config subcommands fall back to config.yaml in the working directory or next to the executable
```
## exec
@@ -127,7 +127,7 @@ Flags:
-W, --workflows string path to workflow file(s) (default "./.gitea/workflows/")
Global Flags:
-c, --config string Config file path
-c, --config config Config file path. config subcommands fall back to config.yaml in the working directory or next to the executable
```
## cache-server
@@ -147,7 +147,7 @@ Flags:
-p, --port uint16 Port of the cache server
Global Flags:
-c, --config string Config file path
-c, --config config Config file path. config subcommands fall back to config.yaml in the working directory or next to the executable
```
## generate-config
@@ -155,7 +155,7 @@ Global Flags:
Prints the commented example configuration on stdout, which is the starting point for a config file: `gitea-runner generate-config > config.yaml`.
```text
Generate an example config file
Print the example config, which documents every option
Usage:
gitea-runner generate-config [flags]
@@ -164,7 +164,7 @@ Flags:
-h, --help help for generate-config
Global Flags:
-c, --config string Config file path
-c, --config config Config file path. config subcommands fall back to config.yaml in the working directory or next to the executable
```
## bug-report
@@ -181,5 +181,5 @@ Flags:
-h, --help help for bug-report
Global Flags:
-c, --config string Config file path
-c, --config config Config file path. config subcommands fall back to config.yaml in the working directory or next to the executable
```