diff options
author | bryan newbold <bnewbold@robocracy.org> | 2023-08-20 19:56:22 -0700 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2023-08-20 19:56:22 -0700 |
commit | 23416af782a179a658711e958e977e19ae97067b (patch) | |
tree | 09e605dbd105c0628f6614e421c0dd43bb8ce3dc /extra | |
parent | cc1dea6ea34260201c1df09959c7c4566d16d918 (diff) | |
download | adenosine-23416af782a179a658711e958e977e19ae97067b.tar.gz adenosine-23416af782a179a658711e958e977e19ae97067b.zip |
many updates from spring 2023 lex refactor
Diffstat (limited to 'extra')
-rw-r--r-- | extra/adenosine.1 | 11 | ||||
-rw-r--r-- | extra/adenosine.1.md | 8 | ||||
-rw-r--r-- | extra/adenosine.1.scdoc | 7 |
3 files changed, 7 insertions, 19 deletions
diff --git a/extra/adenosine.1 b/extra/adenosine.1 index 060977e..658bca8 100644 --- a/extra/adenosine.1 +++ b/extra/adenosine.1 @@ -5,7 +5,7 @@ .nh .ad l .\" Begin generated content: -.TH "adenosine" "1" "2023-03-05" "adenosine CLI Client Manual Page" +.TH "adenosine" "1" "2023-08-21" "adenosine CLI Client Manual Page" .P .SH NAME .P @@ -150,11 +150,6 @@ Query by partial handle .P \fBaccount register --email <email> --password <password> --handle <handle>\fR .P -\fBaccount info\fR -.RS 4 -Fetches account metadata for the current session -.P -.RE \fBaccount login --password <password> --handle <handle>\fR .RS 4 Create a new authenticated session @@ -177,9 +172,9 @@ Dump raw binary repository as CAR format to stdout Read raw binary repository as CAR format from stdin, and import to PDS .P .RE -\fBrepo root [did]\fR +\fBrepo head [did]\fR .RS 4 -Get the current '\&root'\& commit for a DID +Get the latest commit for a DID .P .RE .SH OPTIONS diff --git a/extra/adenosine.1.md b/extra/adenosine.1.md index a724f3c..7f70eb3 100644 --- a/extra/adenosine.1.md +++ b/extra/adenosine.1.md @@ -129,10 +129,6 @@ parameters and body fields. Body fields only used for \"post\" requests. **account register \--email \<email\> \--password \<password\> \--handle \<handle\>** -**account info** - -> Fetches account metadata for the current session - **account login \--password \<password\> \--handle \<handle\>** > Create a new authenticated session @@ -151,9 +147,9 @@ parameters and body fields. Body fields only used for \"post\" requests. > Read raw binary repository as CAR format from stdin, and import to PDS -**repo root \[did\]** +**repo head \[did\]** -> Get the current \'root\' commit for a DID +> Get the latest commit for a DID # OPTIONS diff --git a/extra/adenosine.1.scdoc b/extra/adenosine.1.scdoc index e6e63ef..aa09334 100644 --- a/extra/adenosine.1.scdoc +++ b/extra/adenosine.1.scdoc @@ -107,9 +107,6 @@ body fields. Body fields only used for "post" requests. *account register --email <email> --password <password> --handle <handle>* -*account info* - Fetches account metadata for the current session - *account login --password <password> --handle <handle>* Create a new authenticated session @@ -124,8 +121,8 @@ body fields. Body fields only used for "post" requests. *repo import [did]* Read raw binary repository as CAR format from stdin, and import to PDS -*repo root [did]* - Get the current 'root' commit for a DID +*repo head [did]* + Get the latest commit for a DID # OPTIONS |