UNPKG

hab-client

Version:

Promise-based habitat client that mostly just executes the hab binary but can also query the supervisor API

19 lines (15 loc) 328 B
"use strict"; var emptyFn = () => {}; module.exports = (require.main && require.main.exports.logger) || { log: emptyFn, error: emptyFn, warn: emptyFn, help: emptyFn, data: emptyFn, info: emptyFn, debug: emptyFn, prompt: emptyFn, verbose: emptyFn, input: emptyFn, silly: emptyFn };