mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-06 14:48:21 +00:00
17 lines
No EOL
381 B
Markdown
17 lines
No EOL
381 B
Markdown
# Manage actors
|
|
|
|
!!! tip "Environment"
|
|
You need to run these commands with the appropriate environment loaded, so probably prefix with `MIX_ENV=prod`.
|
|
|
|
## 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. |