diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-06 23:41:37 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-06 23:41:37 -0800 |
commit | e3739138455a178e656287d560e0dc793e230da1 (patch) | |
tree | 11c141d6db3abbdca7020d4240da4048c4d75e2e /extra/adenosine.1.md | |
parent | bd225c6532dcc0d4fa7cb4d21444105d6d23771d (diff) | |
download | adenosine-e3739138455a178e656287d560e0dc793e230da1.tar.gz adenosine-e3739138455a178e656287d560e0dc793e230da1.zip |
cli: update for upstream lexicon refactor
Diffstat (limited to 'extra/adenosine.1.md')
-rw-r--r-- | extra/adenosine.1.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/adenosine.1.md b/extra/adenosine.1.md index dc44e59..424312d 100644 --- a/extra/adenosine.1.md +++ b/extra/adenosine.1.md @@ -61,7 +61,7 @@ COMMANDS **resolve** \<name\> -> Has PDS resolve username to a DID +> Has PDS resolve handle to a DID Generic XRPC Requests --------------------- @@ -130,19 +130,19 @@ Bluesky (bsky.app) **bsky search-users** -> Query by partial username +> Query by partial handle Account Management ------------------ -**account register \--email \<email\> \--password \<password\> -\--username \<username\>** +**account register \--email \<email\> \--password \<password\> \--handle +\<handle\>** **account info** > Fetches account metadata for the current session -**account login \--password \<password\> \--username \<username\>** +**account login \--password \<password\> \--handle \<handle\>** > Create a new authenticated session @@ -202,7 +202,7 @@ for an existing account, and save the JWT token to the { "did": "did:plc:yqtuksvatmmgngd5nkkw75hn", "jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkaWQ6cGxjOnlxdHVrc3ZhdG1tZ25nZDVua2t3NzVobiIsImlhdCI6MTY2Njk5NjMwNn0.MMQa4JIQdwvhy-rjJ0kO-z8-KdoOL0Lto9JtOkK-lwE", - "username": "voltaire.test" + "handle": "voltaire.test" } export ATP_AUTH_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkaWQ6cGxjOnlxdHVrc3ZhdG1tZ25nZDVua2t3NzVobiIsImlhdCI6MTY2Njk5NjMwNn0.MMQa4JIQdwvhy-rjJ0kO-z8-KdoOL0Lto9JtOkK-lwE |