UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

38 lines (35 loc) 809 B
import { cliInstallCommand } from "./chunk-BELVFLJN.js"; import { base_command_default } from "./chunk-3TBLURBG.js"; import { renderInfo } from "./chunk-4NC2NVYY.js"; import { init_cjs_shims } from "./chunk-PKR7KJ6P.js"; // src/cli/commands/upgrade.ts init_cjs_shims(); var Upgrade = class extends base_command_default { static { this.summary = "Shows details on how to upgrade Shopify CLI."; } static { this.descriptionWithMarkdown = "Shows details on how to upgrade Shopify CLI."; } static { this.description = this.descriptionWithoutMarkdown(); } async run() { renderInfo({ body: [`To upgrade Shopify CLI use your package manager. `, "Example:", { command: cliInstallCommand() }] }); } }; export { Upgrade }; //# sourceMappingURL=chunk-ORFUSS73.js.map