stephenbyrne99/HogSync - PostHog Feature Flags
Sync feature flags to PostHog and generate TypeScript types
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | HogSync version to use (default: latest) | no | latest |
| config-file | Path to configuration file | no | hogsync.config.js |
| flags-dir | Directory containing feature flag JSON files | no | feature-flags |
| output-file | Output file for generated TypeScript | no | src/generated/feature-flags.ts |
| posthog-host | PostHog host URL | no | https://app.posthog.com |
| posthog-project-id | PostHog project ID | yes | — |
| posthog-api-token | PostHog API token | yes | — |
| sync-only | Only sync to PostHog, skip TypeScript generation | no | false |
| generate-only | Only generate TypeScript, skip PostHog sync | no | false |
Outputs
no outputs