UNPKG

@report-toolkit/cli

Version:

See docs at [https://ibm.github.io/report-toolkit](https://ibm.github.io/report-toolkit)

5 lines (4 loc) 198 B
export const command: "redact <file..>"; export const desc: "Redact secrets from report file(s) and output JSON"; export function builder(yargs: any): any; export function handler(argv: any): void;