mirror of
https://gitea.com/gitea/tea.git
synced 2026-09-10 07:26:33 -04:00
chore: regenerate CLI documentation for deploy-tokens command
The deploy-tokens command was added but the auto-generated CLI documentation was not updated. Regenerated docs/CLI.md to include the new deploy-tokens, dt, deploy-token command with list, create, and delete subcommands.
This commit is contained in:
parent
e5dfe86193
commit
3dc843ca1a
58
docs/CLI.md
58
docs/CLI.md
|
|
@ -2079,6 +2079,64 @@ Delete a deploy key
|
|||
|
||||
**--repo, -r**="": Override local repository path or gitea repository slug to interact with. Optional
|
||||
|
||||
## deploy-tokens, dt, deploy-token
|
||||
|
||||
Manage repository deploy tokens
|
||||
|
||||
**--login, -l**="": Use a different Gitea Login. Optional
|
||||
|
||||
**--output, -o**="": Output format. (simple, table, csv, tsv, yaml, json)
|
||||
|
||||
**--remote, -R**="": Discover Gitea login from remote. Optional
|
||||
|
||||
**--repo, -r**="": Override local repository path or gitea repository slug to interact with. Optional
|
||||
|
||||
### list, ls
|
||||
|
||||
List deploy tokens
|
||||
|
||||
**--limit, --lm**="": specify limit of items per page (default: 30)
|
||||
|
||||
**--login, -l**="": Use a different Gitea Login. Optional
|
||||
|
||||
**--output, -o**="": Output format. (simple, table, csv, tsv, yaml, json)
|
||||
|
||||
**--page, -p**="": specify page (default: 1)
|
||||
|
||||
**--remote, -R**="": Discover Gitea login from remote. Optional
|
||||
|
||||
**--repo, -r**="": Override local repository path or gitea repository slug to interact with. Optional
|
||||
|
||||
### create, add, c
|
||||
|
||||
Create a deploy token
|
||||
|
||||
**--login, -l**="": Use a different Gitea Login. Optional
|
||||
|
||||
**--output, -o**="": Output format. (simple, table, csv, tsv, yaml, json)
|
||||
|
||||
**--read-only**: restrict the token to read-only access (default)
|
||||
|
||||
**--read-write**: grant the token read/write access
|
||||
|
||||
**--remote, -R**="": Discover Gitea login from remote. Optional
|
||||
|
||||
**--repo, -r**="": Override local repository path or gitea repository slug to interact with. Optional
|
||||
|
||||
### delete, rm
|
||||
|
||||
Delete a deploy token
|
||||
|
||||
**--confirm, -y**: confirm deletion without prompting
|
||||
|
||||
**--login, -l**="": Use a different Gitea Login. Optional
|
||||
|
||||
**--output, -o**="": Output format. (simple, table, csv, tsv, yaml, json)
|
||||
|
||||
**--remote, -R**="": Discover Gitea login from remote. Optional
|
||||
|
||||
**--repo, -r**="": Override local repository path or gitea repository slug to interact with. Optional
|
||||
|
||||
## open, o
|
||||
|
||||
Open something of the repository in web browser
|
||||
|
|
|
|||
Loading…
Reference in a new issue