From fb84298e5c28bd2a8e31beba5102c6f378b007b0 Mon Sep 17 00:00:00 2001 From: Altay Date: Wed, 26 Aug 2026 21:45:47 +0300 Subject: [PATCH 1/4] fix: publish credential-login removal --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3617ce1..166120c 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ putio auth login --profile devs-fe-auto putio auth profiles use devs-fe-auto ``` +The CLI does not accept put.io account credentials. Its login flow delegates authorization to the official web app and stores only the returned OAuth token. + Check the auth source: ```bash From dc195ebc4c3e84ea3d7fc235e6698b105b4b1074 Mon Sep 17 00:00:00 2001 From: Altay Date: Wed, 26 Aug 2026 21:48:16 +0300 Subject: [PATCH 2/4] fix: check profiles before browser login --- skills/putio-cli/references/auth.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/putio-cli/references/auth.md b/skills/putio-cli/references/auth.md index 18c5e30..ba579b1 100644 --- a/skills/putio-cli/references/auth.md +++ b/skills/putio-cli/references/auth.md @@ -15,6 +15,7 @@ putio auth status --output json For a stable agent or test-harness session: ```bash +putio auth status --profile devs-fe-auto --output json putio auth login --profile devs-fe-auto putio auth profiles use devs-fe-auto ``` From b784205986a9bb12148edfec455a5a72c1d084cc Mon Sep 17 00:00:00 2001 From: Altay Date: Wed, 26 Aug 2026 21:49:19 +0300 Subject: [PATCH 3/4] docs: wrap CLI auth boundary --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 166120c..51deab0 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,8 @@ putio auth login --profile devs-fe-auto putio auth profiles use devs-fe-auto ``` -The CLI does not accept put.io account credentials. Its login flow delegates authorization to the official web app and stores only the returned OAuth token. +The CLI does not accept put.io account credentials. Its login flow delegates authorization to the +official web app and stores only the returned OAuth token. Check the auth source: From 9da371aa66f03aec383658133236e4ab6a282ccc Mon Sep 17 00:00:00 2001 From: Altay Date: Wed, 26 Aug 2026 21:52:10 +0300 Subject: [PATCH 4/4] docs: qualify CLI web auth target --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51deab0..ac54f53 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ putio auth profiles use devs-fe-auto ``` The CLI does not accept put.io account credentials. Its login flow delegates authorization to the -official web app and stores only the returned OAuth token. +configured web app (`app.put.io` by default) and stores only the returned OAuth token. Check the auth source: