UNPKG

@ycmd/creds

Version:

LSK.js CLI Creds is the easiest way to manage GitHub / Gitlab secrets and credentials

11 lines (8 loc) 247 B
import { ILogger } from '@lsk4/log'; type UploadDeepOptions = { buildDir?: string; log?: ILogger; force?: boolean; }; declare function uploadDeep(dirname: string, options?: UploadDeepOptions): Promise<void[]>; export { uploadDeep };