I’m trying to get a list of users available within gitea. According to Usage: Command Line - Docs, there ought to be something like gitea admin user list
. Unfortunately, this does not work for me:
$ ./gitea admin user list
No help topic for 'user'
$ ./gitea admin help
...
COMMANDS:
create-user Create a new user in database
change-password Change a user's password
repo-sync-releases Synchronize repository releases with tags
regenerate Regenerate specific files
auth Modify external auth providers
...
Is Usage: Command Line - Docs outdated? Is there an alternative?
Thx, Uli