From a03ef5137a06e371d89430ecafe9d5acf7e6a3fd Mon Sep 17 00:00:00 2001 From: Alejandra Date: Fri, 3 Apr 2026 12:29:52 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20Remove=20unnecessary=20comma?= =?UTF-8?q?nd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fastapi_new/new.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fastapi_new/new.py b/src/fastapi_new/new.py index e7a3776..bedf8c1 100644 --- a/src/fastapi_new/new.py +++ b/src/fastapi_new/new.py @@ -239,7 +239,6 @@ def new( toolkit.print_line() toolkit.print("[bold]Deploy to FastAPI Cloud:[/bold]") - toolkit.print(" [dim]$[/dim] uv run fastapi login") toolkit.print(" [dim]$[/dim] uv run fastapi deploy") toolkit.print_line() From b1f9de5d433e02894971b0ebbf7cc3416a84020c Mon Sep 17 00:00:00 2001 From: Alejandra Date: Fri, 3 Apr 2026 12:36:37 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Remove=20login=20command=20f?= =?UTF-8?q?rom=20README=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fastapi_new/new.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fastapi_new/new.py b/src/fastapi_new/new.py index bedf8c1..4ae394d 100644 --- a/src/fastapi_new/new.py +++ b/src/fastapi_new/new.py @@ -45,7 +45,6 @@ def _generate_readme(project_name: str) -> str: > FastAPI Cloud is currently in private beta. Join the waitlist at https://fastapicloud.com ```bash -uv run fastapi login uv run fastapi deploy ```