Extracted from PostHog/posthog#43012.
Problem
The upload task still invokes posthog-cli exp proguard upload, so it's gated behind the experimental subcommand even though the CLI work is reportedly done.
Scope
- Update the plugin to call the promoted (non-
exp) command.
Blocked on the CLI exposing the promoted command, confirm in posthog-cli first.
Extracted from PostHog/posthog#43012.
Problem
The upload task still invokes
posthog-cli exp proguard upload, so it's gated behind the experimental subcommand even though the CLI work is reportedly done.Scope
exp) command.Blocked on the CLI exposing the promoted command, confirm in
posthog-clifirst.