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.
1 parent 694eed9 commit 33c5c01Copy full SHA for 33c5c01
‎src/fastapi_new/new.py‎
@@ -45,7 +45,6 @@ def _generate_readme(project_name: str) -> str:
45
> FastAPI Cloud is currently in private beta. Join the waitlist at https://fastapicloud.com
46
47
```bash
48
-uv run fastapi login
49
uv run fastapi deploy
50
```
51
@@ -239,7 +238,6 @@ def new(
239
238
toolkit.print_line()
240
241
toolkit.print("[bold]Deploy to FastAPI Cloud:[/bold]")
242
- toolkit.print(" [dim]$[/dim] uv run fastapi login")
243
toolkit.print(" [dim]$[/dim] uv run fastapi deploy")
244
245
0 commit comments