@controlplane/cli
Version:
Control Plane Corporation CLI
18 lines • 674 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withK8sCrdExporterOptions = withK8sCrdExporterOptions;
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').`,
},
});
}
//# sourceMappingURL=helpers.js.map