contox status
Display a table of all contexts in your project with their current sync status. This gives you an overview of your project brain contents at a glance.
Usage
bash
contox status [options]
Options
| Flag | Description | Required | Default |
|---|---|---|---|
-p, --project <projectId> | Override the project ID | No | from config |
Examples
Show status for the current project:
bash
contox status
Show status for a specific project:
bash
contox status -p proj_abc123
What it shows
The status command outputs a formatted table listing each context in your project with details such as:
- Context name
- Schema key
- Current state (draft, approved, deprecated)
- Sync status
- Last updated timestamp
Notes
- Use this command before running
contox pullto see what contexts exist on the platform. - Contexts in "draft" state are not included in the brain document served to AI assistants. Use
contox approveor the dashboard to approve them. - This command is read-only and does not modify any contexts.