Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ 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
configured web app (`app.put.io` by default) and stores only the returned OAuth token.

Check the auth source:

```bash
Expand Down
1 change: 1 addition & 0 deletions skills/putio-cli/references/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down