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:
Ross Golder 2026-09-08 12:32:52 +07:00
parent e5dfe86193
commit 3dc843ca1a
No known key found for this signature in database
GPG key ID: 253A7E508D2D59CD

View file

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