aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine-cli/src/bin/adenosine.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-191-1/+2
* getProfile now wants 'actor' not 'user'Bryan Newbold2022-12-191-1/+1
* 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
* clippy cleanupsBryan Newbold2022-11-221-1/+1
* update from dotenv to dotenvyBryan Newbold2022-11-111-1/+1
* cli: u/username on CLI; allow sending invite codeBryan Newbold2022-11-101-2/+9
* cli: created_at timestamps; fix timeline commandBryan Newbold2022-11-091-20/+24
* cli: update for upstream lexicon refactorBryan Newbold2022-11-061-41/+57
* cli: use 'Nsid' typeBryan Newbold2022-11-061-29/+48
* change mind again and put common back in cli crate (want fewer crates)Bryan Newbold2022-11-061-1/+1
* cli: partial clippy cleanupsBryan Newbold2022-11-061-9/+6
* cli: switch identifiers to adenosine-commonBryan Newbold2022-11-061-0/+1
* pds: fix 'put' (not 'Update')Bryan Newbold2022-11-041-0/+1
* cli: basic CRUD bug fixesBryan Newbold2022-11-041-3/+4
* use dotenv to pick up environment variablesBryan Newbold2022-11-031-0/+1
* CLI: update manpage, CLI args, READMEBryan Newbold2022-10-281-21/+61
* cli: bug fixes for creation, etcBryan Newbold2022-10-281-24/+41
* cli: parse fields as body or query params from argsBryan Newbold2022-10-271-10/+18
* CLI: progress (identifiers, ls, delete)Bryan Newbold2022-10-271-0/+519