mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
admin: CLI: add F3 sub-command
This commit is contained in:
parent
edd4728e04
commit
2d76e3a32c
2 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
||||
```
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue