forked from potsda.mn/mobilizon
d18620c368
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
17 lines
340 B
Markdown
17 lines
340 B
Markdown
# Manage actors
|
|
|
|
!!! tip "Environment"
|
|
You need to run these commands with the appropriate environment loaded
|
|
|
|
## List all available commands
|
|
```bash
|
|
mix mobilizon.actors
|
|
```
|
|
|
|
## Show an actors details
|
|
|
|
```bash
|
|
mix mobilizon.actors.show
|
|
```
|
|
|
|
In addition to basic informations, it also tells which user the profile belongs to, if local. |