Admin & Content Management

Goal

Manage content-management users and catalog entries. Admin commands control who can publish, update, or delete guides, and provide tools for maintaining catalog quality.

Use Cases

  • Grant or revoke content-management access for team members
  • Update an existing catalog entry with fresh research
  • Remove outdated or incorrect guides from the catalog
  • List all users with content-management privileges

Prerequisites

  • Authenticated CLI with admin or content-editor role
  • Your Radar token must include the appropriate scopes (granted by an admin)

Example Session

$ radar users list

AI CODING RADAR  USERS
3 authorized content managers

  user@example.com (admin)
  editor@example.com (user)
  colleague@example.com (user)

$ radar users add neweditor@example.com user
✓ neweditor@example.com is now user.

$ radar content update mcp-reference-servers
Re-researching MCP Reference Servers (Codex CLI)…
  ⚙ Research repository (Codex CLI)
  ⚙ Judge/editor review
  ⚙ Validate guide
  ⚙ Publish updated guide
✓ Updated MCP Reference Servers in the shared catalog.

See Also