CLI "gitea admin user list" shows "No help topic for 'user'"

I’m trying to get a list of users available within gitea. According to https://docs.gitea.io/en-us/administration/command-line/, 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 https://docs.gitea.io/en-us/administration/command-line/ outdated? Is there an alternative?

Thx, Uli

The docs point to the nightly documentation. So between 1.13 and 1.14 there will be a breaking change so that CLI will work as it lists it in the docs.

1 Like

Thx. I thought I observed the same issue for 1.12.x, too. Hopefully, you’re right and 1.14 fixes it.

master branch - headed towards gitea-1.14:

$ ./gitea admin help
...
COMMANDS:
   user                Modify users
   repo-sync-releases  Synchronize repository releases with tags
   regenerate          Regenerate specific files
   auth                Modify external auth providers
   sendmail            Send a message to all users
...

@techknowlogick is right, looking forward for version 1.14