UNPKG

@ylveracode/veracode-cli

Version:

a NodeJS based API wrapper for utilizing the Veracode APIs

15 lines (13 loc) 313 B
exports.command = 'sca <command>' exports.desc = 'All availavle SCA commands' exports.builder = function (yargs:any) { return yargs .commandDir('sca_cmds'); } exports.handler = function (argv:string[]) {} export interface outputWS { name:string; guid: string; id:string; projects_count: number; }