posthog-cli 0.5.11

The command line interface for PostHog 🦔
Documentation
1
2
3
4
5
6
7
// module for anything we put under the "experimental" subcommand.
// Things in here should be considered unstable and possibly broken

pub mod query;
pub mod schema;
pub mod tasks;
pub mod tui;