How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
Currently there is no way for script that uses occ to set app password's name, it's always named "cli"
Describe the solution you'd like
Either
Add --name argument for user:auth-token:add occ command; defaults to "cli" for backwards compatability
or
Add user:auth-token:rename occ command
Additionally, add prompt asking for password's name when using user:auth-token:add command.