Skip to content

Commit 9230203

Browse files
committed
api key is required
1 parent 8e81c56 commit 9230203

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mapswipe_workers/mapswipe_workers/mapswipe_workers.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,7 @@ def run_delete_project(project_id, project_ids):
423423
"""'["project_a", "project_b"]'"""
424424
),
425425
)
426-
@click.option(
427-
"--api-key",
428-
help="the new api key to use",
429-
type=str,
430-
)
426+
@click.option("--api-key", help="the new api key to use", type=str, required=True)
431427
def run_set_tileserver_api_key(project_id, project_ids, api_key):
432428
"""Change the imagery API key for a project in Firebase."""
433429
if not project_ids and not project_id:

0 commit comments

Comments
 (0)