@controlplane/cli
Version:
Control Plane Corporation CLI
19 lines • 718 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.withK8sCrdExporterOptions = void 0;
function withK8sCrdExporterOptions(yargs) {
return yargs.options({
namespace: {
alias: 'n',
requiresArg: true,
description: `Specify the Kubernetes namespace for exporting in CRD format (applicable only with '--output crd').`,
},
keep: {
alias: 'k',
type: 'boolean',
description: `Prevent deletion of the corresponding Control Plane resource (only when using '--output crd').`,
},
});
}
exports.withK8sCrdExporterOptions = withK8sCrdExporterOptions;
//# sourceMappingURL=helpers.js.map
;