UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

6 lines (5 loc) 165 B
import Command from '@shopify/cli-kit/node/base-command'; export default class Version extends Command { static description: string; run(): Promise<void>; }