Skip to main content

View a Project

memorybase project <id> [options]
Shows details about a specific project.

Arguments

ArgumentRequiredDescription
idYesThe project ID (from projects list)

Options

OptionDescription
--packPrint the project’s assembled context pack as markdown

Examples

View project details:
memorybase project a1b2c3d4-e5f6-7890-abcd-ef1234567890
Export a project’s context pack (the full summary of all conversations and sources in that project):
memorybase project a1b2c3d4-e5f6-7890-abcd-ef1234567890 --pack
This is especially useful when you want to feed a project’s full context into another tool or save it to a file:
memorybase project a1b2c3d4-e5f6-7890-abcd-ef1234567890 --pack > context.md