UNPKG

@ycmd/creds

Version:

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

11 lines (8 loc) 232 B
import { ILogger } from '@lsk4/log'; type BuildOptions = { buildDir?: string; log?: ILogger; force?: boolean; }; declare function build(serviceDirname: string, options?: BuildOptions): Promise<void>; export { build };