UNPKG

@ycmd/creds

Version:

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

7 lines (6 loc) 365 B
export { build } from './core/build.js'; export { buildDeep } from './core/buildDeep.js'; export { upload } from './core/upload.js'; export { uploadDeep } from './core/uploadDeep.js'; export { CredsConfig, CredsFile, CredsService, CredsVariable, CredsVariableOptions, CredsVariableType, GithubCredsConfig, GitlabCredsConfig } from './types.js'; import '@lsk4/log';