You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**drops** - NFT drop details, listing, and minting
@@ -97,8 +99,9 @@ Each domain has both a CLI command file (`src/commands/<domain>.ts`) and an SDK
97
99
-**tokens** - Fungible token trending/top/details
98
100
-**tools** - Search, list, and inspect registered AI agent tools (ERC-8257)
99
101
-**transactions** - Transaction status and receipts
100
-
-**login** - Keyless OAuth 2.1 (authorization-code + PKCE) login against the OpenSea authorization server; falls back to device flow for headless environments
102
+
-**login** - Keyless OAuth 2.1 (authorization-code + PKCE) login against the OpenSea authorization server, or SIWE sign-in with a private key (`--private-key`) for server-side agents; falls back to device flow (`--device`) for headless environments
101
103
-**wallet** - Inspect the active wallet adapter's security posture
104
+
-**whoami** - Show the current authenticated wallet, scopes, and project roles decoded from the persisted access token (CLI only — no SDK class)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# @opensea/cli
2
2
3
+
## 1.14.1
4
+
5
+
### Patch Changes
6
+
7
+
- 06e96e1: Use the current SIWE session, scoped-token creation, token-exchange, session refresh, and session-only revocation endpoints in the SDK and CLI.
0 commit comments