shopify
Version:
A CLI tool to build for the Shopify platform
40 lines (37 loc) • 943 B
JavaScript
import {
base_command_default
} from "./chunk-I23GZAC4.js";
import {
canRunDoctorRelease,
renderInfo
} from "./chunk-E4GUDBAR.js";
import {
init_cjs_shims
} from "./chunk-PKR7KJ6P.js";
// src/cli/commands/doctor-release/doctor-release.ts
init_cjs_shims();
var DoctorRelease = class extends base_command_default {
static {
this.description = "Run CLI doctor-release tests";
}
static {
this.hidden = !0;
}
async run() {
canRunDoctorRelease() && renderInfo({
headline: "Shopify CLI Doctor Release.",
body: [
"Available doctor-release commands:",
"",
" shopify doctor-release theme -e <environment> Run all theme command tests",
"",
"The -e/--environment flag is required to specify the store configuration.",
"Use --help with any command for more options."
]
});
}
};
export {
DoctorRelease
};
//# sourceMappingURL=chunk-IUKBWIQY.js.map