Skip to main content
GeoGen generates actionables (AI-suggested SEO improvements) and lets you promote them to tasks on a kanban board. The CLI exposes both surfaces.

geogen actions list

List actionables and tasks for an entity. Maps to GET /v1/entities/actions.
Options: The output renders two tables: one for actionables, one for tasks.

geogen actions dismiss

Dismiss an actionable so it no longer appears in the active feed. Dismissed actionables free up slots for new ones on the next mention check. Maps to POST /v1/entities/actions/dismiss.

geogen actions update-status

Move a task through the kanban workflow. Maps to POST /v1/entities/actions/update-status.
Valid --status values:
  • not_started
  • in_progress
  • in_review
  • done