docs: add CLI usage and integrate generation in release
This commit is contained in:
29
www/docs/cli/filebrowser-users-rm.md
Normal file
29
www/docs/cli/filebrowser-users-rm.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# filebrowser users rm
|
||||
|
||||
Delete a user by username or id
|
||||
|
||||
## Synopsis
|
||||
|
||||
Delete a user by username or id
|
||||
|
||||
```
|
||||
filebrowser users rm <id|username> [flags]
|
||||
```
|
||||
|
||||
## Options
|
||||
|
||||
```
|
||||
-h, --help help for rm
|
||||
```
|
||||
|
||||
## Options inherited from parent commands
|
||||
|
||||
```
|
||||
-c, --config string config file path
|
||||
-d, --database string database path (default "./filebrowser.db")
|
||||
```
|
||||
|
||||
## See Also
|
||||
|
||||
* [filebrowser users](filebrowser-users.md) - Users management utility
|
||||
|
||||
Reference in New Issue
Block a user