UNPKG

@aikidosec/ci-api-client

Version:

CLI api client to easily integrate the Aikido public CI API into custom deploy scripts

13 lines (12 loc) 288 B
#!/usr/bin/env node import { Command } from 'commander'; export declare const program: Command; declare global { namespace NodeJS { interface ProcessEnv { [key: string]: any; QUIET?: boolean; CLI_DEBUG?: boolean | string; } } }