UNPKG

@ycmd/commands

Version:

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

9 lines (6 loc) 412 B
'use strict'; var ycmd = require('ycmd'); var i=ycmd.createCommand({command:"update",describe:"update the package dependencies",async main({isRoot:a,ctx:e}){let t=["ycmd","@ycmd/*","@lsk4/*","@nestlib/*","@rckit/*"].map(c=>`"${c}"`).join(" ");await ycmd.shell(`pnpm update${a?" -r":""} ${t}`,{ctx:e,argv:{latest:!0}});}}); module.exports = i; //# sourceMappingURL=out.js.map //# sourceMappingURL=update.js.map