aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli/src/commands (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-20fix: Improve field names in the tag APIsMohamed Bassem1-2/+2
2024-10-05feature(cli): Add ability to get all bookmark IDs of a list. Fixes #442 (#446)kamtschatka1-0/+18
2024-07-27cli: Extract tag management into separate subcommandMohamedBassem1-20/+19
2024-07-27feature(cli): Allow updating tags/lists from CLI (#211)kamtschatka2-28/+118
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka1-5/+8
2024-06-09fix(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181)kamtschatka4-77/+177
2024-05-24fix(cli): Switched to cursorV2 to make use of the fix for #140 and prevent in...kamtschatka1-0/+1
2024-05-05fix(cli): Remove limit from array length when listing bookmarks. Fixes #135MohamedBassem1-2/+4
2024-05-05fix(cli): Allow bookmark listing to fetch all pages instead of only the first...MohamedBassem1-3/+16
2024-04-24style(cli): Change all help messages to lowercaseMohamedBassem3-26/+26
2024-04-24build(cli): Prepare for publishing CLI to npmMohamedBassem4-0/+259