@shopify/cli
Version:
A CLI tool to build for the Shopify platform
29 lines (26 loc) • 577 B
JavaScript
import {
generate
} from "./chunk-YKYM3NLB.js";
import {
base_command_default
} from "./chunk-3TBLURBG.js";
import {
init_cjs_shims
} from "./chunk-PKR7KJ6P.js";
// src/cli/commands/notifications/generate.ts
init_cjs_shims();
var Generate = class extends base_command_default {
static {
this.description = "Generate a notifications.json file for the the CLI, appending a new notification to the current file.";
}
static {
this.hidden = !0;
}
async run() {
await generate();
}
};
export {
Generate
};
//# sourceMappingURL=chunk-V6ZYMBVB.js.map