Plot HomeDocumentation

Documents

List, read, create, and update Plot documents.

Document commands let you work with shared team knowledge from the terminal. Use Plot documents for plans, PRDs, briefs, checklists, decisions, and notes that should be visible to the team.

plot doc list

Use plot doc list to list documents in the active workspace. Filter by team when you want a smaller set.

plot doc list --team MKT

plot doc get

Use plot doc get to read a document by slug or public ID.

plot doc get launch-checklist-78utu4m1d7iz

plot doc create

Use plot doc create to create a shared document. Pass the team and document name, then add a description when useful.

plot doc create --team MKT --name "Launch checklist" --description "Steps for launch week."

plot doc update

Use plot doc update to update mutable document fields such as name and description.

plot doc update launch-checklist-78utu4m1d7iz --description "Updated launch week steps."