aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-cli
Commit message (Expand)AuthorAgeFilesLines
* cargo: bump for v0.3.0bryan newbold2023-03-041-2/+2
* cli: clippybryan newbold2023-03-041-4/+4
* cli: add 'thread' commandbryan newbold2023-03-041-5/+57
* cli: improve 'pretty' output stylingbryan newbold2023-03-041-4/+58
* cli: ATP_PDS_HOST as env varbryan newbold2023-03-043-10/+10
* cli: create-invite commandbryan newbold2023-03-041-2/+25
* cli: initial support for pretty-printing feedsbryan newbold2023-02-203-4/+136
* cargo fmt + clippybryan newbold2023-02-191-4/+4
* cli: fix some endpoints (auth+lex)bryan newbold2023-02-191-18/+36
* cli: crude login-via-user-pass flowbryan newbold2023-02-191-70/+143
* deps: fix rustc 1.61 time incompat; remove some unused deps from clicommon-cratebryan newbold2023-02-191-6/+0
* cargo clippybryan newbold2023-02-191-2/+2
* more refactoring of common code and APIsbryan newbold2023-02-191-1/+3
* cli: update to use 'adenosine' cratebryan newbold2023-02-194-662/+3
* cargo: bump version to v0.2.0Bryan Newbold2022-12-201-1/+1
* getProfile now wants 'actor' not 'user'Bryan Newbold2022-12-191-1/+1
* cli: add XRPC query/rpc debug loggingBryan Newbold2022-12-191-0/+7
* cli: add auth refresh commandBryan Newbold2022-12-191-0/+5
* cli: XRPC POST params mostly moved to body (eg, atproto CRUD)Bryan Newbold2022-12-191-90/+71
* timestamps: use millisecond precisionBryan Newbold2022-12-191-7/+11
* bump cargo versions for devBryan Newbold2022-11-221-1/+1
* changelog and crate version bumps for v0.1.2Bryan Newbold2022-11-221-1/+1
* clippy cleanupsBryan Newbold2022-11-221-1/+1
* cli: fix created_at_now helperBryan Newbold2022-11-221-2/+17
* cli: update TID implementationBryan Newbold2022-11-221-29/+53
* cargo: bump versions for devBryan Newbold2022-11-211-1/+1
* bump to v0.1.1, updating CHANGELOGv0.1.1Bryan Newbold2022-11-111-1/+1
* update from dotenv to dotenvyBryan Newbold2022-11-112-2/+2
* cargo: link to crate-specific READMEsBryan Newbold2022-11-111-1/+1
* cargo: lock down version numbersv0.1.0Bryan Newbold2022-11-111-13/+13
* cargo: update license slugs to what crates.io wantsBryan Newbold2022-11-111-1/+1
* bump crates to v0.1.0Bryan Newbold2022-11-111-1/+1
* update READMEs, start a CHANGELOGBryan Newbold2022-11-111-34/+82
* spellcheckBryan Newbold2022-11-111-2/+2
* cli: need to specify serde_derive feature for derivesBryan Newbold2022-11-101-1/+1
* cli: u/username on CLI; allow sending invite codeBryan Newbold2022-11-101-2/+9
* cli: serializable DIDBryan Newbold2022-11-102-3/+4
* cli: created_at timestamps; fix timeline commandBryan Newbold2022-11-093-20/+32
* identifiers: allow trailing slashes in parts of at:// URIsBryan Newbold2022-11-061-4/+10
* cli: update for upstream lexicon refactorBryan Newbold2022-11-061-41/+57
* cli: use 'Nsid' typeBryan Newbold2022-11-062-33/+53
* change mind again and put common back in cli crate (want fewer crates)Bryan Newbold2022-11-064-2/+391
* cli: partial clippy cleanupsBryan Newbold2022-11-062-14/+11
* cli: switch identifiers to adenosine-commonBryan Newbold2022-11-064-384/+3
* pds: fix 'put' (not 'Update')Bryan Newbold2022-11-041-0/+1
* cli: basic CRUD bug fixesBryan Newbold2022-11-042-4/+8
* CLI: more derives on shared identifier codeBryan Newbold2022-11-041-0/+2
* cli: sort of handle UCAN did extractionBryan Newbold2022-11-041-0/+9
* cli: slightly better error handlingBryan Newbold2022-11-041-3/+22
* more identifier typesBryan Newbold2022-11-043-1/+237