UNPKG

netlify-cli

Version:

Netlify command line tool

12 lines 449 B
import execa from 'execa'; /** * Run a command and pipe stdout, stderr and stdin * @param {string} command * @param {object} options * @param {import('ora').Ora|null} [options.spinner] * @param {NodeJS.ProcessEnv} [options.env] * @param {string} [options.cwd] * @returns {execa.ExecaChildProcess<string>} */ export declare const runCommand: (command: any, options?: {}) => execa.ExecaChildProcess<string>; //# sourceMappingURL=shell.d.ts.map