Commands Reference
roam # launch TUI
roam journal # view today's daily note
roam search "meeting" # search pages by title
roam get page "Books" # get a page with all blocksCommands
journal (alias: j)
# View today's daily note
roam journal
roam j
# View a specific date
roam journal view --date 2026-03-10
# Add a block to today's note
roam journal add "Meeting with [[John]]"
# Add to a specific date, at the top
roam journal add "First block" --date 2026-03-10 --order first
# Add with children blocks
roam journal add "Parent block" --children '["child 1", "child 2"]'Flag
Description
search
Flag
Description
get
query
Flag
Description
export
Flag
Description
create
update
delete
move
Flag
Description
batch
sync
Flag
Default
Description
mcp
Composing with other tools
Last updated
Was this helpful?