0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

admin(cli): update

This commit is contained in:
Earl Warren 2024-04-30 17:37:19 +02:00
parent d9c4a8bd18
commit 2a12684354
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -96,7 +96,7 @@ NAME:
forgejo forgejo-cli actions generate-runner-token - Generate a new token for a runner to use to register with the server forgejo forgejo-cli actions generate-runner-token - Generate a new token for a runner to use to register with the server
USAGE: USAGE:
forgejo forgejo-cli actions generate-runner-token [command options] [arguments...] forgejo forgejo-cli actions generate-runner-token [command options]
OPTIONS: OPTIONS:
--scope value, -s value {owner}[/{repo}] - leave empty for a global runner --scope value, -s value {owner}[/{repo}] - leave empty for a global runner
@ -110,7 +110,7 @@ NAME:
forgejo forgejo-cli actions generate-secret - Generate a secret suitable for input to the register subcommand forgejo forgejo-cli actions generate-secret - Generate a secret suitable for input to the register subcommand
USAGE: USAGE:
forgejo forgejo-cli actions generate-secret [command options] [arguments...] forgejo forgejo-cli actions generate-secret [command options]
OPTIONS: OPTIONS:
--help, -h show help --help, -h show help
@ -123,7 +123,7 @@ NAME:
forgejo forgejo-cli actions register - Idempotent registration of a runner using a shared secret forgejo forgejo-cli actions register - Idempotent registration of a runner using a shared secret
USAGE: USAGE:
forgejo forgejo-cli actions register [command options] [arguments...] forgejo forgejo-cli actions register [command options]
OPTIONS: OPTIONS:
--secret value the secret the runner will use to connect as a 40 character hexadecimal string --secret value the secret the runner will use to connect as a 40 character hexadecimal string
@ -1524,7 +1524,7 @@ NAME:
forgejo cert - Generate self-signed certificate forgejo cert - Generate self-signed certificate
USAGE: USAGE:
forgejo cert [command options] [arguments...] forgejo cert [command options]
DESCRIPTION: DESCRIPTION:
Generate a self-signed X.509 certificate for a TLS server. Generate a self-signed X.509 certificate for a TLS server.