summaryrefslogtreecommitdiffstats
path: root/extra/adenosine.1.scdoc
diff options
context:
space:
mode:
Diffstat (limited to 'extra/adenosine.1.scdoc')
-rw-r--r--extra/adenosine.1.scdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/adenosine.1.scdoc b/extra/adenosine.1.scdoc
index 2c55801..41d7413 100644
--- a/extra/adenosine.1.scdoc
+++ b/extra/adenosine.1.scdoc
@@ -49,7 +49,7 @@ JSON object with keys "title" (string value), "year" (number value), "tags"
Prints repository description fetched from PDS
*resolve* <name>
- Has PDS resolve username to a DID
+ Has PDS resolve handle to a DID
## Generic XRPC Requests
@@ -100,17 +100,17 @@ body fields. Body fields only used for "post" requests.
Create a 'repost' record for the target by AT URI
*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
*account logout*
@@ -158,7 +158,7 @@ adenosine account register -u voltaire.test -p bogus -e voltaire@example.com
{
"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