admin: CLI: add F3 sub-command

This commit is contained in:
Earl Warren 2024-06-16 10:22:49 +02:00
parent edd4728e04
commit 2d76e3a32c
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 19 additions and 0 deletions

View file

@ -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
```

View file

@ -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"