UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

8 lines (7 loc) 249 B
import Command from '@shopify/cli-kit/node/base-command'; export default class Upgrade extends Command { static summary: string; static descriptionWithMarkdown: string; static description: string | undefined; run(): Promise<void>; }