Skip to content

Commit 3be9da5

Browse files
committed
add list-all-project-managers command to Makefile
1 parent 5a64ca0 commit 3be9da5

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
@@ -28,3 +28,6 @@ deploy_latest_workers_version:
2828

2929
update_tms_api_key:
3030
@echo "first update the .env file with the new api key and then run this script with tms_name=your_tms_provider_name to update API key"; docker compose run --rm mapswipe_workers_creation python python_scripts/change_tms_api_key_for_projects.py $(tms_name)
31+
32+
list_all_project_managers:
33+
docker compose run --rm mapswipe_workers_creation python python_scripts/list_all_project_managers.py

0 commit comments

Comments
 (0)