When running the shop-minis --help command, the CLI shows an error below the CLI help. The same error is shown when running via npx or pnpm. Not blocking anything but figured I’d let you know.
~/gi/li/shop-the-look main ❯ pnpm shop-minis --help 4s base 20.14.0 12:24:47
Usage: shop-minis [options] [command]
CLI for Shop Minis development
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
create [options] [mini name] Create a new Shop Mini.
dev [options] Start a local development server.
submit [options] Submit your Shop Mini for review.
cancel-submission [options] Cancel a pending or testing submission.
check-submission [options] Check the status of your submissions.
upgrade [options] Upgrade your Shop Mini configuration to the latest version.
info [options] Get relevant version info about OS, toolchain and libraries
setup [options] Set up a new Mini.
api-keys Manage API keys for your Shop Mini.
reports Manage reports for your Shop Mini.
build Build the mini app for production
doctor [options] Diagnose and fix common Node.js, iOS and Android issues.
features [options] Manage enabled features.
install [options] [dependency] Install a dependency, check existing dependencies, or fix dependency
issues.
help [command] display help for command
╭─ error ──────────────────────────────────────────────────────────────────────╮
│ │
│ (outputHelp) │
│ │
│ To investigate the issue, examine this stack trace: │
│ at _exit │
│ (.pnpm/commander@9.5.0/node_modules/commander/lib/command.js:449) │
│ this._exitCallback(new CommanderError(exitCode, code, message)); │
│ at outputHelpIfRequested │
│ (.pnpm/commander@9.5.0/node_modules/commander/lib/command.js:2114) │
│ cmd._exit(0, 'commander.helpDisplayed', '(outputHelp)'); │
│ at _parseCommand │
│ (.pnpm/commander@9.5.0/node_modules/commander/lib/command.js:1265) │
│ outputHelpIfRequested(this, parsed.unknown); │
│ at parse │
│ (.pnpm/commander@9.5.0/node_modules/commander/lib/command.js:909) │
│ this._parseCommand([], userArgs); │
│ at (.pnpm/@shopify+shop-minis-cli@0.0.203_@types+node@24.9.2_@types+reac │
│ t@18.3.26_graphql@16.10.0_lightningcss@1.30.2/node_modules/@shopify/shop │
│ -minis-cli/build/index.js:24) │
│ program.parse(); │
│ at processTicksAndRejections (node:internal/process/task_queues:95) │
│ │
╰──────────────────────────────────────────────────────────────────────────────╯
