-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(occ): Add user:auth-tokens
to command listing
#12331
Conversation
These were implemented in nextcloud/server#40026 Signed-off-by: Josh <josh.t.richards@gmail.com>
/backport to stable30 |
/backport to stable29 |
/backport to stable28 |
user:add-app-password adds a app password named "cli" (deprecated: alias for user:auth-tokens:add) | ||
user:auth-tokens:add Add app password for the named account | ||
user:auth-tokens:delete Deletes an authentication token | ||
user:auth-tokens:list List authentication tokens of an user |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be rephrased similarly to options below
user:auth-tokens:list List authentication tokens of an user | |
user:auth-tokens:list List specified user authentication tokens |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
occ user:auth-tokens:list --help
Description:
List authentication tokens of an user
If this should be reworded, it should be reworded in server first and then simply be aligned here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah more polish would certainly be nice on the embedded command descriptions. I'd like to go through most of them one day, but that's a bigger job. I don't have the time or patience for it right now, particularly relative to more pressing priorities.
These were implemented in nextcloud/server#40026 but never documented.
No usage examples, but at least the commands are now listed.
☑️ Resolves
🖼️ Screenshots