@ycmd/commands
Version:
LSK.js CLI Creds is the easiest way to manage GitHub / Gitlab secrets and credentials
7 lines (5 loc) • 355 B
JavaScript
import { createCommand, shell } from 'ycmd';
var o=createCommand({command:"build:yaml",describe:"run all build commands",async main({ctx:a,argv:d}){await shell("ycmd build:docker-stack",{ctx:a,argv:d}),await shell("ycmd build:gitlab-ci",{ctx:a,argv:d});}});
export { o as default };
//# sourceMappingURL=out.js.map
//# sourceMappingURL=build-yaml.js.map