UNPKG

shopify

Version:

A CLI tool to build for the Shopify platform

29 lines (26 loc) 582 B
import { logout } from "./chunk-RBL7EMA5.js"; import { base_command_default } from "./chunk-BXBJI6XD.js"; import { outputSuccess } from "./chunk-UNQM4BV5.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-EYZZIYQJ.js.map