We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4ec2cd + 9050cb6 commit 62888bcCopy full SHA for 62888bc
src/fastapi_cli/commands/deploy.py
@@ -333,11 +333,6 @@ def deploy(
333
Deploy a [bold]FastAPI[/bold] app to FastAPI Cloud. 🚀
334
"""
335
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
-
341
with get_rich_toolkit() as toolkit:
342
toolkit.print_title("Starting deployment", tag="FastAPI")
343
toolkit.print_line()
0 commit comments