UNPKG

shopify

Version:

A CLI tool to build for the Shopify platform

29 lines (26 loc) 552 B
import { clearCache } from "./chunk-Z5FK5H2M.js"; import { base_command_default } from "./chunk-I23GZAC4.js"; import { init_cjs_shims } from "./chunk-PKR7KJ6P.js"; // src/cli/commands/cache/clear.ts init_cjs_shims(); var ClearCache = class extends base_command_default { static { this.description = "Clear the CLI cache, used to store some API responses and handle notifications status"; } static { this.hidden = !0; } async run() { clearCache(); } }; export { ClearCache }; //# sourceMappingURL=chunk-5ZDTGPNX.js.map