2019-12-18 15:58:33 +01:00
|
|
|
# Manage actors
|
|
|
|
|
|
|
|
!!! tip "Environment"
|
2020-01-30 20:27:25 +01:00
|
|
|
You need to run these commands with the appropriate environment loaded, so probably prefix with `MIX_ENV=prod`.
|
2019-12-18 15:58:33 +01:00
|
|
|
|
|
|
|
## 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.
|