Skip to content

Commit 62888bc

Browse files
authored
Merge pull request fastapi#37 from fastapilabs/09-17-_remove_todos
🔥 Remove todos
2 parents d4ec2cd + 9050cb6 commit 62888bc

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)