@mintlify/cli 4.0.876 → 4.0.878

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
@@ -43,6 +43,11 @@ export const cli = ({ packageName = 'mint' }) => {
43
43
  type: 'string',
44
44
  hidden: true,
45
45
  description: 'the version of the client to use for cli testing',
46
+ })
47
+ .option('local-client-version', {
48
+ type: 'string',
49
+ hidden: true,
50
+ description: 'path to local client repo to symlink for development',
46
51
  })
47
52
  .option('groups', {
48
53
  type: 'array',