UNPKG

growthbook

Version:

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

14 lines (13 loc) 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const core_1 = require("@oclif/core"); class Auth extends core_1.Command { async run() { this.log(`Run the following command for details: \n $ growthbook ${this.id} --help`); } } exports.default = Auth; Auth.description = ''; Auth.examples = []; Auth.flags = {}; Auth.args = {};