mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-21 02:12:15 -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:
|
COMMANDS:
|
||||||
actions Commands for managing Forgejo Actions
|
actions Commands for managing Forgejo Actions
|
||||||
|
f3 F3
|
||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
|
@ -136,6 +137,23 @@ OPTIONS:
|
||||||
--help, -h show help
|
--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
|
## web
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -79,6 +79,7 @@ function generate() {
|
||||||
section "###" "forgejo-cli actions generate-runner-token"
|
section "###" "forgejo-cli actions generate-runner-token"
|
||||||
section "###" "forgejo-cli actions generate-secret"
|
section "###" "forgejo-cli actions generate-secret"
|
||||||
section "###" "forgejo-cli actions register"
|
section "###" "forgejo-cli actions register"
|
||||||
|
section "###" "forgejo-cli f3"
|
||||||
|
|
||||||
section "##" "web"
|
section "##" "web"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue