mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
admin: cli: --keep-labels is a new option
This commit is contained in:
parent
617a06b104
commit
5df0c12686
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ OPTIONS:
|
||||||
--secret-file value path to the file containing the secret the runner will use to connect as a 40 character hexadecimal string
|
--secret-file value path to the file containing the secret the runner will use to connect as a 40 character hexadecimal string
|
||||||
--scope value, -s value {owner}[/{repo}] - leave empty for a global runner
|
--scope value, -s value {owner}[/{repo}] - leave empty for a global runner
|
||||||
--labels value comma separated list of labels supported by the runner (e.g. docker,ubuntu-latest,self-hosted) (not required since v1.21)
|
--labels value comma separated list of labels supported by the runner (e.g. docker,ubuntu-latest,self-hosted) (not required since v1.21)
|
||||||
|
--keep-labels do not affect the labels when updating an existing runner (default: false)
|
||||||
--name value name of the runner (default runner) (default: "runner")
|
--name value name of the runner (default runner) (default: "runner")
|
||||||
--version value version of the runner (not required since v1.21)
|
--version value version of the runner (not required since v1.21)
|
||||||
--help, -h show help
|
--help, -h show help
|
||||||
|
|
Loading…
Reference in a new issue