UNPKG

growthbook

Version:

The GrowthBook command-line interface (CLI) for working with the GrowthBook A/B testing, feature flagging, and experimentation platform

17 lines (16 loc) 549 B
/** * The URL the CLI will be running against. */ export declare const DEFAULT_GROWTHBOOK_BASE_URL = "https://api.growthbook.io"; /** * Default generated directory for feature definition types */ export declare const DEFAULT_GROWTHBOOK_TYPES_DESTINATION = "./growthbook-types"; /** * Filename for the generated feature definition types */ export declare const GROWTHBOOK_APP_FEATURES_FILENAME = "app-features.ts"; /** * Default profile used when a profile flag is not provided */ export declare const DEFAULT_GROWTHBOOK_PROFILE = "default";