@mintlify/cli 4.0.532 → 4.0.534

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/cli.js CHANGED
@@ -30,6 +30,11 @@ export const cli = () => yargs(hideBin(process.argv))
30
30
  default: false,
31
31
  hidden: true,
32
32
  description: 'Use a locally hosted schema file (note: only https protocol is supported in production)',
33
+ })
34
+ .option('client-version', {
35
+ type: 'string',
36
+ hidden: true,
37
+ description: 'The version of the client to use for cli testing',
33
38
  })
34
39
  .usage('Usage: mintlify dev [options]')
35
40
  .example('mintlify dev', 'Run with default settings (opens in browser)')