Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt

Use this file to discover all available pages before exploring further.

Pull from the configured upstream remote into a Mesa repository.
const run = await mesa.repos.pull({ repo: 'app' });
console.log(run.id, run.status);

Options

repo
string
required
Repository name.
org
string | undefined
Organization override.

Response

Returns a sync run object with fields such as id, repo_id, direction, status, attempt, stats, error, created_at, started_at, and finished_at.

Required scope

write