From 2d76e3a32cdb4d91a12ff2a87f6240de0463f73c Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sun, 16 Jun 2024 10:22:49 +0200 Subject: [PATCH] admin: CLI: add F3 sub-command --- docs/admin/command-line.md | 18 ++++++++++++++++++ scripts/cli-docs.sh | 1 + 2 files changed, 19 insertions(+) diff --git a/docs/admin/command-line.md b/docs/admin/command-line.md index 5a21ca57..6274603b 100644 --- a/docs/admin/command-line.md +++ b/docs/admin/command-line.md @@ -64,6 +64,7 @@ USAGE: COMMANDS: actions Commands for managing Forgejo Actions + f3 F3 help, h Shows a list of commands or help for one command OPTIONS: @@ -136,6 +137,23 @@ OPTIONS: --help, -h show help ``` +### forgejo-cli f3 + +``` +NAME: + forgejo forgejo-cli f3 - F3 + +USAGE: + forgejo forgejo-cli f3 command [command options] + +COMMANDS: + mirror Mirror + help, h Shows a list of commands or help for one command + +OPTIONS: + --help, -h show help +``` + ## web ``` diff --git a/scripts/cli-docs.sh b/scripts/cli-docs.sh index e6f0fccd..03ba7f29 100755 --- a/scripts/cli-docs.sh +++ b/scripts/cli-docs.sh @@ -79,6 +79,7 @@ function generate() { section "###" "forgejo-cli actions generate-runner-token" section "###" "forgejo-cli actions generate-secret" section "###" "forgejo-cli actions register" + section "###" "forgejo-cli f3" section "##" "web"