Skip to content

Commit 9050cb6

Browse files
committed
🔥 Remove todos
1 parent 62e562d commit 9050cb6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/fastapi_cli/commands/deploy.py

-5
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,6 @@ def deploy(
333333
Deploy a [bold]FastAPI[/bold] app to FastAPI Cloud. 🚀
334334
"""
335335

336-
# TODO:
337-
# - Allow to pass app id and slug (or just slug) as arguments
338-
# - Allow to pass team slug as argument?
339-
# - Allow to pass app name as argument?
340-
341336
with get_rich_toolkit() as toolkit:
342337
toolkit.print_title("Starting deployment", tag="FastAPI")
343338
toolkit.print_line()

0 commit comments

Comments
 (0)