UNPKG

growthbook

Version:

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

9 lines (8 loc) 216 B
import { Command } from '@oclif/core'; export default class Auth extends Command { static description: string; static examples: never[]; static flags: {}; static args: {}; run(): Promise<void>; }