From 5df0c126864f3ab87ff87caf27a2d9242a13a6fe Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 24 Jul 2024 11:01:58 +0200 Subject: [PATCH] admin: cli: --keep-labels is a new option --- docs/admin/command-line.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/command-line.md b/docs/admin/command-line.md index 6274603b..ad637683 100644 --- a/docs/admin/command-line.md +++ b/docs/admin/command-line.md @@ -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 --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) + --keep-labels do not affect the labels when updating an existing runner (default: false) --name value name of the runner (default runner) (default: "runner") --version value version of the runner (not required since v1.21) --help, -h show help