INNER CODE UNIT · JavaScript
run
cerbos/cerbos · npm/packages/cerbosctl/index.js:34
function run(...args) {
execFileSync(binaryPath, args, { stdio: "inherit" });
}
module.exports = { binaryPath, run };
INNER CODE UNIT · JavaScript
cerbos/cerbos · npm/packages/cerbosctl/index.js:34
function run(...args) {
execFileSync(binaryPath, args, { stdio: "inherit" });
}
module.exports = { binaryPath, run };