Skip to content

Commit 33c5c01

Browse files
authored
📝 Remove login command from README instructions (#57)
1 parent 694eed9 commit 33c5c01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/fastapi_new/new.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def _generate_readme(project_name: str) -> str:
4545
> FastAPI Cloud is currently in private beta. Join the waitlist at https://fastapicloud.com
4646
4747
```bash
48-
uv run fastapi login
4948
uv run fastapi deploy
5049
```
5150
@@ -239,7 +238,6 @@ def new(
239238
toolkit.print_line()
240239

241240
toolkit.print("[bold]Deploy to FastAPI Cloud:[/bold]")
242-
toolkit.print(" [dim]$[/dim] uv run fastapi login")
243241
toolkit.print(" [dim]$[/dim] uv run fastapi deploy")
244242

245243
toolkit.print_line()

0 commit comments

Comments
 (0)