From b62c3a542557ec14c9f0dbe20b0fcfc1a91b5b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 31 May 2026 17:33:01 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Do=20not=20suggest=20`?= =?UTF-8?q?src`=20as=20a=20directory=20that=20could=20contain=20a=20`pypro?= =?UTF-8?q?ject.toml`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fastapi_cloud_cli/commands/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastapi_cloud_cli/commands/deploy.py b/src/fastapi_cloud_cli/commands/deploy.py index 016f514..1d01306 100644 --- a/src/fastapi_cloud_cli/commands/deploy.py +++ b/src/fastapi_cloud_cli/commands/deploy.py @@ -397,7 +397,7 @@ def _configure_app( directory_input = toolkit.input( title=( - "Directory where your app's pyproject.toml file lives (e.g. src, backend):" + "Directory where your app's pyproject.toml file lives (e.g. backend):" ), tag="dir", value=initial_directory or "", From 134dd28b334c9326ae66b39301fc302cc879b43e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 31 May 2026 15:35:29 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fastapi_cloud_cli/commands/deploy.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/fastapi_cloud_cli/commands/deploy.py b/src/fastapi_cloud_cli/commands/deploy.py index 1d01306..d85dd35 100644 --- a/src/fastapi_cloud_cli/commands/deploy.py +++ b/src/fastapi_cloud_cli/commands/deploy.py @@ -396,9 +396,7 @@ def _configure_app( initial_directory = selected_app.directory if selected_app else "" directory_input = toolkit.input( - title=( - "Directory where your app's pyproject.toml file lives (e.g. backend):" - ), + title=("Directory where your app's pyproject.toml file lives (e.g. backend):"), tag="dir", value=initial_directory or "", placeholder=(