UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

29 lines (26 loc) 582 B
import { logout } from "./chunk-YF7CDH6L.js"; import { base_command_default } from "./chunk-3TBLURBG.js"; import { outputSuccess } from "./chunk-4NC2NVYY.js"; import { init_cjs_shims } from "./chunk-PKR7KJ6P.js"; // src/cli/commands/auth/logout.ts init_cjs_shims(); var Logout = class extends base_command_default { static { this.description = "Logs you out of the Shopify account or Partner account and store."; } async run() { await logout(), outputSuccess("Logged out from Shopify"); } }; export { Logout }; //# sourceMappingURL=chunk-NHZFKFIN.js.map