Skip to content

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

FlagDescriptionRequiredDefault
-p, --project <projectId>Override the project IDNofrom 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 pull to see what contexts exist on the platform.
  • Contexts in "draft" state are not included in the brain document served to AI assistants. Use contox approve or the dashboard to approve them.
  • This command is read-only and does not modify any contexts.