Skip to content

Commit 15a1d8b

Browse files
committed
Add user management command to makefile
1 parent bfdd9ba commit 15a1d8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ workers_status:
99

1010
danger_restart_project_creation_worker:
1111
docker compose up -d mapswipe_workers_creation
12+
13+
make_project_manager:
14+
@echo "run with [email protected] to give PM rights"; docker compose run mapswipe_workers_creation mapswipe_workers -v user-management --action=add-manager-rights --email=$(email)

0 commit comments

Comments
 (0)