docs: add CLI usage and integrate generation in release
This commit is contained in:
29
www/docs/cli/filebrowser-users-find.md
Normal file
29
www/docs/cli/filebrowser-users-find.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# filebrowser users find
|
||||
|
||||
Find a user by username or id
|
||||
|
||||
## Synopsis
|
||||
|
||||
Find a user by username or id. If no flag is set, all users will be printed.
|
||||
|
||||
```
|
||||
filebrowser users find <id|username> [flags]
|
||||
```
|
||||
|
||||
## Options
|
||||
|
||||
```
|
||||
-h, --help help for find
|
||||
```
|
||||
|
||||
## 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