UNPKG

@aikidosec/ci-api-client

Version:

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

5 lines (4 loc) 199 B
import Configstore from 'configstore'; export declare const getConfigStore: () => Configstore; export declare const getApiKey: () => any; export declare const setApiKey: (newApiKey: string) => void;