aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-cli
Commit message (Expand)AuthorAgeFilesLines
* 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
* use dotenv to pick up environment variablesBryan Newbold2022-11-032-0/+2
* plan.txt and TODO file cleanupBryan Newbold2022-10-281-1/+0
* CLI: update manpage, CLI args, READMEBryan Newbold2022-10-282-24/+137
* bump MSRV to 1.61Bryan Newbold2022-10-281-1/+1
* cargo: stop trying to use workspace.packageBryan Newbold2022-10-281-8/+11
* cli: bug fixes for creation, etcBryan Newbold2022-10-282-32/+93
* cli: parse fields as body or query params from argsBryan Newbold2022-10-274-16/+84
* CLI: progress (identifiers, ls, delete)Bryan Newbold2022-10-274-38/+258
* start skeleton of adenosine-tauri-gui crateBryan Newbold2022-10-271-8/+11
* cli: progressBryan Newbold2022-10-275-47/+395