1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-20 03:11:04 +00:00
supysonic/docs/man/supysonic-cli-user.rst
Louis-Philippe Véronneau d0ec739143
add man pages
2019-08-04 01:26:05 -04:00

57 lines
1.2 KiB
ReStructuredText
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

==================
supysonic-cli-user
==================
----------------------------------
Supysonic user management commands
----------------------------------
:Author: Louis-Philippe Véronneau
:Date: 2019
:Manual section: 1
Synopsis
========
| supysonic-cli user **add** <user> [-a] [-p <password>] [-e <email>]
| supysonic-cli user **delete** <user>
| supysonic-cli user **changepass** <user> <password>
| supysonic-cli user **list**
| supysonic-cli user **setadmin** [--off] <user>
Arguments
=========
| **add** Add a new user
| **delete** Delete the user
| **changepass** Change the user's password
| **list** List all the users
| **setadmin** Give admin rights to the user
Options
=======
| **-a** | **--admin**
| Create the user with admin rights
| **-p** | **--password** *<password>*
| Specify the user's password
| **-e** | **--email** *<email>*
| Specify the user's email
| **--off**
| Revoke the admin rights if present
Examples
========
To add a new admin user::
$ supysonic-cli user add MyUserName -a -p MyAwesomePassword
See Also
========
supysonic-cli(1), supysonic-cli-folder(1)