bosshogg 2026.5.3

BossHogg — the agent-first PostHog CLI. Feature flags, HogQL queries, insights, dashboards, cohorts, persons, events, experiments, and more — from the terminal or from a Claude Code / Cursor / other coding-agent loop. Ships with a Claude Code skill (~200 idle tokens) that teaches models how to use it.
Documentation
//! Command implementations.
pub mod action;
pub mod alert;
pub mod annotation;
pub mod auth;
pub mod batch_export;
pub mod capture;
pub mod cohort;
pub mod completion;
pub mod config;
pub mod configure;
pub mod context;
pub mod dashboard;
pub mod dashboard_template;
pub mod dataset;
pub mod dataset_item;
pub mod doctor;
pub mod early_access;
pub mod endpoint;
pub mod error_tracking;
pub mod evaluation;
pub mod event;
pub mod event_definition;
pub mod experiment;
pub mod flag;
pub mod group;
pub mod hog_function;
pub mod insight;
pub mod insight_variable;
pub mod llm_analytics;
pub mod login;
pub mod logout;
pub mod org;
pub mod person;
pub mod project;
pub mod property_definition;
pub mod query;
pub mod role;
pub mod schema;
pub mod session_recording;
pub mod session_recording_playlist;
pub mod survey;
pub mod use_cmd;
pub mod util;
pub mod version;
pub mod whoami;